mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
jenkins sh fix
This commit is contained in:
parent
cb3d6b1522
commit
c38472dc83
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -13,7 +13,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
docker cp petclinic_build:/build/target/app.jar .
|
||||
sh 'docker cp petclinic_build:/build/target/app.jar .'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue