Update Jenkinsfile

This commit is contained in:
Alex 2020-03-11 15:46:47 -04:00 committed by GitHub
parent 77f9ba23c9
commit da33ce4878
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
Jenkinsfile vendored
View file

@ -22,12 +22,5 @@ pipeline {
sh './mvnw package'
}
}
stage('Deploy') {
when { branch 'master' }
steps {
sh './mvnw deploy'
}
}
}
}