From 77e91fbdaf626d8806f7755f80b4d49f0f4783a4 Mon Sep 17 00:00:00 2001 From: Andrew Pitt Date: Fri, 13 Dec 2019 12:40:06 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } }