Update Jenkinsfile

This commit is contained in:
khalilalturk 2020-03-14 03:22:34 -04:00 committed by GitHub
parent 9b3865b0d1
commit 9e66ea8859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -19,9 +19,7 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
when {
branch 'master'
}
steps { steps {
sh 'mvn deploy' sh 'mvn deploy'
} }