diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-07 09:28:00 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-07 09:28:00 +0000 |
commit | 95b3e51f117167d48ba04f2dcef6922aff885617 (patch) | |
tree | ac6e54b268c4f654d3a828191da2bb5e05c8d94a /doc | |
parent | 776975cb0aa5631ffcc1eb59023d617dc1b9ef43 (diff) | |
parent | f27ed4f741d7c403de28177cbfa9a3f6978b23e5 (diff) | |
download | gitlab-ce-95b3e51f117167d48ba04f2dcef6922aff885617.tar.gz |
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.md | 1 |
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. | |