updated batch command

This commit is contained in:
gpatil25 2018-10-25 15:58:03 +05:30 committed by GitHub
parent 673ba38297
commit e94ddcbe8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -3,8 +3,8 @@ pipeline {
stages {
stage('Build') {
steps {
bat(script: 'bat mvn clean install -Dmaven.test.skip=true', returnStatus: true, returnStdout: true)
bat(script: ' mvn clean install -Dmaven.test.skip=true', returnStatus: true, returnStdout: true)
}
}
}
}
}