Update Jenkinsfile

This commit is contained in:
Firassawan 2020-03-09 17:58:31 -04:00 committed by GitHub
parent 3b99280331
commit fbac1c1fd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -16,6 +16,11 @@ pipeline {
sh './mvnw package'
}
}
stage('Deploy') {
steps {
sh './mvnw package'
}
}
}
post {
success {