Update Jenkinsfile

This commit is contained in:
Noah Francis 2020-03-16 01:39:33 -04:00 committed by GitHub
parent 6d1de76ca8
commit d7430e319d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -6,9 +6,5 @@ pipeline {
sh './mvnw package'
}
}
stage('Test') {
steps {
sh './mvnw package'
}
}
}