Update Jenkinsfile

This commit is contained in:
Daniel Appelgren
2021-09-09 14:32:45 +02:00
parent 77744779ff
commit 1a3680c9fc

View File

@@ -188,7 +188,7 @@ pipeline {
input message: "Go Live with ${ appname } in Production?", ok: "Confirm"
def label = "${ env.BUILD_TAG }"
utilities.rollout("${ appname }", "${ appname }", "latest", label, PROJECT_CONTAINING_IMAGES, REGISTRY, USE_CONFIG_MAP, "${ CONFIG_MAP_KEY }", CONFIG_MAP_PATH)
}
// openshift.raw("tag nexus.arbetsformedlingen.se:5555/app-af-nexus/${ appname }:${BUILD_TAG} ${appname}:${BUILD_TAG} --insecure")
// openshift.raw("tag ${ appname }:latest ${ appname }:${BUILD_TAG}")
// openshift.raw("set image dc/${ appname } ${ appname }=nexus.arbetsformedlingen.se:5555/app-af-nexus/${ appname }:${BUILD_TAG} --record=true --source=docker")