From 995b315b4f1fac7f6b7a7ba9cab566b5e4dd02f7 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Tue, 30 Nov 2021 09:36:14 +0100 Subject: [PATCH] Tagging with version number in Jenkinsfile sys --- openshift/sys/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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}") } } }