Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-06-07 12:28:00 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-06-07 12:28:00 +0300
commit95b3e51f117167d48ba04f2dcef6922aff885617 (patch)
treeac6e54b268c4f654d3a828191da2bb5e05c8d94a /doc
parent776975cb0aa5631ffcc1eb59023d617dc1b9ef43 (diff)
parentf27ed4f741d7c403de28177cbfa9a3f6978b23e5 (diff)
Merge branch '47325_document_license_management_ci_var_doc' into 'master'
Add documentation about disabling license_management jobs in CI with a variable. Closes #47325 See merge request gitlab-org/gitlab-ce!19436
Diffstat (limited to 'doc')
-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 fec575f263f..478b9c9c0c6 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -498,6 +498,7 @@ also be customized, and you can easily use a [custom buildpack](#custom-buildpac
| `INCREMENTAL_ROLLOUT_ENABLED`| From GitLab 10.8, this variable can be used to enable an [incremental rollout](#incremental-rollout-to-production) of your application for the production environment. |
| `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 `code_quality` 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 `container_scanning` job. If the variable is present, the job will not be created. |