Updated Jenkinsfile for sys

This commit is contained in:
Erik Tiekstra
2021-11-30 09:07:06 +01:00
parent d36701d102
commit 10f279b5fd

View File

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