Update Jenkinsfile

This commit is contained in:
Victor Manea 2020-03-18 22:32:42 -04:00 committed by GitHub
parent c154688fb2
commit d6699f221d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

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