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