Update Jenkinsfile

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

6
Jenkinsfile vendored
View file

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