Skip to content

Commit

Permalink
Update DeployToTest.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-mohammed authored Jul 15, 2022
1 parent 28381b9 commit 35d3044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins/DeployToTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline{
openshift.apply(
openshift.process("-f", "${SOURCE_REPO_URL_RAW}/${BRANCH}/tools/openshift/api.dc.yaml",
"REPO_NAME=${REPO_NAME}", "HOST_ROUTE=${REPO_NAME}-${APP_SUBDOMAIN_SUFFIX}.${APP_DOMAIN}",
"TAG_NAME=${params.IMAGE_TAG}")
"TAG_NAME=${params.IMAGE_TAG}", "IS_NAMESPACE=${IMAGE_PROJECT}")
)
openshift.selector("dc", "${REPO_NAME}-dc").rollout().latest()
timeout (time: 10, unit: 'MINUTES') {
Expand Down

0 comments on commit 35d3044

Please sign in to comment.