Re-enable deploying on master branch

This commit is contained in:
Camotoy 2021-08-17 22:50:00 -04:00
parent 57c0185b45
commit 6d624210b9

4
Jenkinsfile vendored
View file

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