| `review-retired-app-suffix` / `CF_REVIEW_RETIRED_APP_SUFFIX` | If set, the app old version is not deleted/overriden but renamed with this suffix | _none_ |
| `review-domain-tmp` / `CF_REVIEW_DOMAIN_TMP` | The review environment domain for the temporary blue-green app | `$CF_REVIEW_DOMAIN` |
### Integration environment configuration
@@ -418,6 +419,7 @@ Here are variables supported to configure the integration environment:
| `integ-environment-url` / `CF_INTEG_ENVIRONMENT_URL` | The integration environment url **including scheme** (ex: `https://my-application-integration.nonpublic.domain.com`). Do not use variable inside variable definition as it will result in a two level cascade variable and gitlab does not allow that. | _none_ |
| `integ-retired-app-suffix` / `CF_INTEG_RETIRED_APP_SUFFIX` | If set, the app old version is not deleted/overriden but renamed with this suffix | _none_ |
| `integ-domain-tmp` / `CF_INTEG_DOMAIN_TMP` | The integration environment domain for the temporary blue-green app | `$CF_INTEG_DOMAIN` |
### Staging environment configuration
@@ -443,6 +445,7 @@ Here are variables supported to configure the staging environment:
| `staging-environment-url` / `CF_STAGING_ENVIRONMENT_URL` | The staging environment url **including scheme** (ex: `https://my-application-staging.nonpublic.domain.com`). Do not use variable inside variable definition as it will result in a two level cascade variable and gitlab does not allow that. | _none_ |
| `staging-retired-app-suffix` / `CF_STAGING_RETIRED_APP_SUFFIX` | If set, the app old version is not deleted/overriden but renamed with this suffix | _none_ |
| `staging-domain-tmp` / `CF_STAGING_DOMAIN_TMP` | The staging environment domain for the temporary blue-green app | `$CF_STAGING_DOMAIN` |
### Production environment configuration
@@ -468,6 +471,7 @@ Here are variables supported to configure the production environment:
| `prod-environment-url` / `CF_PROD_ENVIRONMENT_URL` | The production environment url **including scheme** (ex: `https://my-application.public.domain.com`) Do not use variable inside variable definition as it will result in a two level cascade variable and gitlab does not allow that. | _none_ |
| `prod-retired-app-suffix` / `CF_PROD_RETIRED_APP_SUFFIX` | If set, the app old version is not deleted/overriden but renamed with this suffix | _none_ |
| `prod-domain-tmp` / `CF_PROD_DOMAIN_TMP` | The production environment domain for the temporary blue-green app | `$CF_PROD_DOMAIN` |