mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
appended missing line to remove container
This commit is contained in:
parent
9d9591023e
commit
d78aea134c
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -9,6 +9,7 @@ pipeline {
|
|||
sh 'docker build -f Dockerfile.build -t petclinic-build .'
|
||||
sh 'docker run -v $HOME/.m2:/root/.m2 --name petclinic-build petclinic-build'
|
||||
sh 'docker cp petclinic-build:/build/spring-petclinic/target/app.jar .'
|
||||
sh 'docker container rm -f petclinic-build'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue