Loading README.md +0 −9 Original line number Diff line number Diff line Loading @@ -550,15 +550,6 @@ variables: OS_REVIEW_ENVIRONMENT_DOMAIN: "apps-noprod.acme.host" # intranet route OS_STAGING_ENVIRONMENT_URL: "https://myproj-staging.apps-noprod.acme.host" # internet route OS_PROD_ENVIRONMENT_URL: "https://myproj.apps.acme.com" # internet route # Pipeline steps stages: - build - test - deploy - acceptance - production ``` #### OpenShift template Loading templates/gitlab-ci-openshift.yml +8 −0 Original line number Diff line number Diff line Loading @@ -71,7 +71,15 @@ variables: INTEG_REF: '/^develop$/' stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .os-scripts: &os-scripts | Loading Loading
README.md +0 −9 Original line number Diff line number Diff line Loading @@ -550,15 +550,6 @@ variables: OS_REVIEW_ENVIRONMENT_DOMAIN: "apps-noprod.acme.host" # intranet route OS_STAGING_ENVIRONMENT_URL: "https://myproj-staging.apps-noprod.acme.host" # internet route OS_PROD_ENVIRONMENT_URL: "https://myproj.apps.acme.com" # internet route # Pipeline steps stages: - build - test - deploy - acceptance - production ``` #### OpenShift template Loading
templates/gitlab-ci-openshift.yml +8 −0 Original line number Diff line number Diff line Loading @@ -71,7 +71,15 @@ variables: INTEG_REF: '/^develop$/' stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .os-scripts: &os-scripts | Loading