Update Jenkinsfile

This commit is contained in:
Pam 2020-04-15 20:16:01 -04:00 committed by GitHub
parent 972d5c8657
commit 7ce0a3ae34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -7,7 +7,7 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
echo 'Building' echo 'Building'
sh './mvnw compile' sh './mvnw package'
} }
} }
stage('Test') { stage('Test') {