Update Jenkinsfile

This commit is contained in:
Noah Francis 2020-03-16 02:07:48 -04:00 committed by GitHub
parent 0b65086406
commit c9902d3a32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

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