summaryrefslogtreecommitdiff
path: root/doc/topics
diff options
context:
space:
mode:
authorDaniel Gruesso <dgruesso@gitlab.com>2019-03-12 14:40:01 +0000
committerDaniel Gruesso <dgruesso@gitlab.com>2019-03-12 14:40:01 +0000
commit8343cb02bd6fd302f577d9194a1b1b84b943660d (patch)
treec8aa72b4f5471caa98cde957444d333550850905 /doc/topics
parentcedeebf7bcbfe7dd006edb853e6c84d0c504c1a1 (diff)
downloadgitlab-ce-8343cb02bd6fd302f577d9194a1b1b84b943660d.tar.gz
Add license_management to env variables
Diffstat (limited to 'doc/topics')
-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 24fd4d70b9f..1c6a14e053b 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. |