| `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_ |
Note: By default review `environment.url` will be built as `${CF_REVIEW_ENVIRONMENT_SCHEME}://${$CI_PROJECT_NAME}-${CI_ENVIRONMENT_SLUG}.${CF_REVIEW_ENVIRONMENT_DOMAIN}/${CF_REVIEW_ROUTE_PATH}`
#### Integration environment
The integration environment is the environment associated to your integration branch (`develop` by default).
@@ -258,7 +256,7 @@ Deployment hook scripts may use the following environment variables:
*`$hostname`: the current hostname being used during the deployment in this environment
*`$domain`: the Cloud Foundry domain being used during the deployment in this environment
*`$routepath`: the Cloud Foundry route path being used during the deployment in this environment
* any [GitLab CI environment](https://docs.gitlab.com/ee/ci/variables/#predefined-environment-variables).
* any [GitLab CI environment](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html).
#### cleanup hooks
@@ -270,7 +268,7 @@ The following hook scripts are supported on **cleanup jobs**:
Cleanup hook scripts may use the following environment variables:
*`$environment_name`: the name of the application in this environment
* any [GitLab CI environment](https://docs.gitlab.com/ee/ci/variables/#predefined-environment-variables).
* any [GitLab CI environment](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html).