Remove latest tag
This commit is contained in:
1
openshift/sys/Jenkinsfile
vendored
1
openshift/sys/Jenkinsfile
vendored
@@ -111,7 +111,6 @@ 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}")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user