mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
updated batch command
This commit is contained in:
parent
673ba38297
commit
e94ddcbe8b
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue