mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
a70c07cddf
commit
77e91fbdaf
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -33,7 +33,7 @@ try {
|
||||||
// unstash name:"jar"
|
// unstash name:"jar"
|
||||||
openshift.withCluster() {
|
openshift.withCluster() {
|
||||||
openshift.withProject('cicd') {
|
openshift.withProject('cicd') {
|
||||||
sh "oc start-build ${appName}-build --from-file=target/app.jar -n cicd --follow"
|
sh "oc start-build ${appName}-s2i-build --from-file=target/app.jar -n cicd --follow"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue