Update Jenkinsfile

This commit is contained in:
Victor Manea 2020-03-18 22:06:59 -04:00
parent dbc1b85d20
commit c154688fb2

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
when{expression{(end.BRANCH_NAME == 'master')}} when{expression{(env.BRANCH_NAME == 'master')}}
{ {
steps { steps {
sh 'mvn deploy' sh 'mvn deploy'