Update Jenkinsfile

This commit is contained in:
Chen 2020-03-08 18:55:18 -04:00 committed by GitHub
parent 9a75627647
commit dbb04f2d0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

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