Suspend publishing while it prevents successful Jenkins builds

This commit is contained in:
Camotoy 2021-08-16 19:49:04 -04:00
parent 36ad5612ed
commit eca0691db0
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F

4
Jenkinsfile vendored
View file

@ -20,7 +20,7 @@ pipeline {
}
}
stage ('Deploy') {
/*stage ('Deploy') {
when {
branch "master"
}
@ -48,7 +48,7 @@ pipeline {
serverId: "opencollab-artifactory"
)
}
}
}*/
}
post {