Updated Jenkinsfile
This commit is contained in:
2
openshift/prod/Jenkinsfile
vendored
2
openshift/prod/Jenkinsfile
vendored
@@ -163,7 +163,7 @@ pipeline {
|
|||||||
openshift.withCluster( env.API, env.TOKEN ) {
|
openshift.withCluster( env.API, env.TOKEN ) {
|
||||||
openshift.withProject(prod_project) {
|
openshift.withProject(prod_project) {
|
||||||
// Wait for approval
|
// 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"
|
input message: "Go Live with ${ appname } in Production?", ok: "Confirm"
|
||||||
def label = "${BUILD_TAG}"
|
def label = "${BUILD_TAG}"
|
||||||
utilities.rollout("${ appname }", "${ appname }", "latest", label, PROJECT_CONTAINING_IMAGES, REGISTRY, USE_CONFIG_MAP, "${ CONFIG_MAP_KEY }", CONFIG_MAP_PATH)
|
utilities.rollout("${ appname }", "${ appname }", "latest", label, PROJECT_CONTAINING_IMAGES, REGISTRY, USE_CONFIG_MAP, "${ CONFIG_MAP_KEY }", CONFIG_MAP_PATH)
|
||||||
|
|||||||
Reference in New Issue
Block a user