summaryrefslogtreecommitdiff
path: root/doc/topics/autodevops
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-03-14 00:20:21 +0000
committerEvan Read <eread@gitlab.com>2019-03-14 00:20:21 +0000
commit0c0abc611260e49e4cb3373da344926e11a88943 (patch)
tree4800f81ef308156d6ec1239d1d116e62dfbbb6db /doc/topics/autodevops
parente820791982751af8324dd01b6355e29a1f905c1b (diff)
parent8343cb02bd6fd302f577d9194a1b1b84b943660d (diff)
downloadgitlab-ce-0c0abc611260e49e4cb3373da344926e11a88943.tar.gz
Merge branch 'docs-autodevops-licensemgt' into 'master'
Add license_management to env variables See merge request gitlab-org/gitlab-ce!26039
Diffstat (limited to 'doc/topics/autodevops')
-rw-r--r--doc/topics/autodevops/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 758b8b3f4ee..c73e810545e 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -704,6 +704,7 @@ also be customized, and you can easily use a [custom buildpack](#custom-buildpac
| `INCREMENTAL_ROLLOUT_MODE`| From GitLab 11.4, this variable, if present, can be used to enable an [incremental rollout](#incremental-rollout-to-production-premium) of your application for the production environment.<br/>Set to: <ul><li>`manual`, for manual deployment jobs.</li><li>`timed`, for automatic rollout deployments with a 5 minute delay each one.</li></ul> |
| `TEST_DISABLED` | From GitLab 11.0, this variable can be used to disable the `test` job. If the variable is present, the job will not be created. |
| `CODE_QUALITY_DISABLED` | From GitLab 11.0, this variable can be used to disable the `codequality` job. If the variable is present, the job will not be created. |
+| `LICENSE_MANAGEMENT_DISABLED` | From GitLab 11.0, this variable can be used to disable the `license_management` job. If the variable is present, the job will not be created. |
| `SAST_DISABLED` | From GitLab 11.0, this variable can be used to disable the `sast` job. If the variable is present, the job will not be created. |
| `DEPENDENCY_SCANNING_DISABLED` | From GitLab 11.0, this variable can be used to disable the `dependency_scanning` job. If the variable is present, the job will not be created. |
| `CONTAINER_SCANNING_DISABLED` | From GitLab 11.0, this variable can be used to disable the `sast:container` job. If the variable is present, the job will not be created. |