Tagging with version number in Jenkinsfile sys

This commit is contained in:
Erik Tiekstra
2021-11-30 09:36:14 +01:00
parent 8aef512882
commit 995b315b4f

View File

@@ -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}")
}
}
}