Updated Jenkinsfile

This commit is contained in:
Erik Tiekstra
2021-11-02 18:34:31 +01:00
parent b05963d03c
commit c243634d1f

View File

@@ -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)