mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
fix Jenkinsfile
This commit is contained in:
parent
c6ec2e7676
commit
43f6208169
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh 'docker run -v $HOME/.m2:/root/.m2 -d petclinic-build > build_id'
|
||||
BUILD_CONTAINER_ID = "cat build_id"
|
||||
BUILD_CONTAINER_ID = sh (returnStdout: true, script: 'echo $(cat build_id)').trim()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue