Change sh to bat

This commit is contained in:
Mohamed Hefny 2020-03-13 15:56:05 -04:00 committed by GitHub
parent 6b9fa0b9b8
commit 4bbab55f17
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'
}
}
}