diff --git a/Jenkinsfile b/Jenkinsfile index 168d3ecbf..4ff6a50c1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ try { // unstash name:"jar" openshift.withCluster() { 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" } } }