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

4
Jenkinsfile vendored
View file

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