Update Jenkinsfile

This commit is contained in:
Muneeb Nezameddin 2020-03-15 22:48:39 -04:00 committed by GitHub
parent 58b62dd17d
commit c95c02e955
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 {
bat 'sh './mvnw package''
bat './mvnw package'
}
}
}