This commit is contained in:
Manpreet Singh 2020-03-15 15:19:49 -04:00 committed by GitHub
parent 274d96dd2d
commit d550f75ffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -11,7 +11,7 @@ pipeline {
sh './mvnw test' sh './mvnw test'
} }
} }
stage('Test'){ stage('Package') {
steps { steps {
sh './mvnw package' sh './mvnw package'
} }