From 6c9ff4423e60fc58c25dfcf73fd571dbbd7689e6 Mon Sep 17 00:00:00 2001 From: Daniel Appelgren Date: Thu, 9 Sep 2021 14:34:22 +0200 Subject: [PATCH] Update Jenkinsfile --- openshift/prod/Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openshift/prod/Jenkinsfile b/openshift/prod/Jenkinsfile index 7b4b9d8..e988803 100644 --- a/openshift/prod/Jenkinsfile +++ b/openshift/prod/Jenkinsfile @@ -188,7 +188,8 @@ 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")