Update Jenkinsfile

This commit is contained in:
KevinHTrinh 2020-03-16 00:58:57 -04:00 committed by GitHub
parent 58e8a1a3c5
commit fa7654b9b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -6,7 +6,6 @@ pipeline {
sh './mvnw package' sh './mvnw package'
} }
} }
}
stage('Test') { stage('Test') {
steps { steps {
sh 'mvn test' sh 'mvn test'
@ -26,3 +25,4 @@ pipeline {
} }
} }
} }
}