hotfix/DO-0/remove_docker (!100)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/100
This commit is contained in:
Rustam Tagaev
2025-03-07 14:22:06 +03:00
parent bde6e3fc4b
commit f7ebd797f7

View File

@@ -27,7 +27,6 @@ slaveTemplates = new PodTemplates(this, env.JENKINS_DOCKER_REGISTRY, ["${env.JEN
slaveTemplates.jnlp {
slaveTemplates.poetry {
slaveTemplates.docker {
slaveTemplates.git {
node(POD_LABEL){
try {
@@ -60,8 +59,9 @@ slaveTemplates.jnlp {
ls *.whl *.gz
""",
returnStdout: true).trim()
artifacts.split().each { artifact ->
println "Upload artifact ${artifact}"
nexus.uploadPypiArtifact(
artifact: "${artifact}",
repository: nexusRepoName
@@ -92,4 +92,3 @@ slaveTemplates.jnlp {
}
}
}
}