From c243634d1f885ddbff0b5631c47d3715d6ea4688 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Tue, 2 Nov 2021 18:34:31 +0100 Subject: [PATCH] Updated Jenkinsfile --- openshift/prod/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/prod/Jenkinsfile b/openshift/prod/Jenkinsfile index 074050d..b3c1688 100644 --- a/openshift/prod/Jenkinsfile +++ b/openshift/prod/Jenkinsfile @@ -163,7 +163,7 @@ pipeline { openshift.withCluster( env.API, env.TOKEN ) { openshift.withProject(prod_project) { // Wait for approval - timeout(time:91440, unit:'MINUTES') { // changed from 1440 + timeout(time:24, unit:'HOURS') { // changed from 1440 input message: "Go Live with ${ appname } in Production?", ok: "Confirm" def label = "${BUILD_TAG}" utilities.rollout("${ appname }", "${ appname }", "latest", label, PROJECT_CONTAINING_IMAGES, REGISTRY, USE_CONFIG_MAP, "${ CONFIG_MAP_KEY }", CONFIG_MAP_PATH)