Rewind Jenkinsfile

This commit is contained in:
Erik Tiekstra
2021-11-30 10:55:05 +01:00
parent b5ae7a2112
commit 62cecd701d

View File

@@ -111,6 +111,7 @@ pipeline {
openshift.withCluster() { openshift.withCluster() {
openshift.withProject(utv_project) { openshift.withProject(utv_project) {
openshift.selector("bc", "${ appname }").startBuild("--from-dir=${dist_path}", "--wait=true") openshift.selector("bc", "${ appname }").startBuild("--from-dir=${dist_path}", "--wait=true")
openshift.tag("${ appname }:latest", "${ appname }:${BUILD_TAG}")
} }
} }
} }