diff --git a/openshift/sys/Jenkinsfile b/openshift/sys/Jenkinsfile index 3aba45c..5355653 100644 --- a/openshift/sys/Jenkinsfile +++ b/openshift/sys/Jenkinsfile @@ -111,6 +111,7 @@ pipeline { openshift.withCluster() { openshift.withProject(utv_project) { openshift.selector("bc", "${ appname }").startBuild("--from-dir=${dist_path}", "--wait=true") + openshift.tag("${ appname }:${BUILD_TAG}", "${ appname }:${BUILD_TAG}") } } }