Update Jenkinsfile

This commit is contained in:
Jessica Allaire 2020-03-30 14:22:54 -04:00 committed by GitHub
parent 2adb6a6d99
commit b9f68ac2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh './mvnw package' bat './mvnw package'
} }
} }