diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-14 14:37:47 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-14 14:37:47 +0000 |
commit | d2c49bc7d1a9ecf5055a76df4ac9fb4822488f9d (patch) | |
tree | 19035a8102e29f3f94a69a6f3ca412c469ab680f | |
parent | c449e35b33c55e2a0c8c3b7c08d0d68870e41ec4 (diff) | |
parent | 81ff283ab525dec34e3c2c1dd778cd055214d59e (diff) | |
download | gitlab-ce-d2c49bc7d1a9ecf5055a76df4ac9fb4822488f9d.tar.gz |
Merge branch 'add-variables-license-management-docs' into 'master'
referring environment variables
See merge request gitlab-org/gitlab-ce!29676
-rw-r--r-- | doc/user/application_security/license_management/index.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/application_security/license_management/index.md b/doc/user/application_security/license_management/index.md index 7878dc77084..9a4b9040b22 100644 --- a/doc/user/application_security/license_management/index.md +++ b/doc/user/application_security/license_management/index.md @@ -69,6 +69,9 @@ This can be done in two ways: - Manually specifying the job definition. Not recommended unless using GitLab 11.8 and earlier. +The License Management settings can be changed through environment variables by using the +[`variables`](../../../ci/yaml/README.md#variables) parameter in `.gitlab-ci.yml`. These variables are documented in the [License Management documentation](https://gitlab.com/gitlab-org/security-products/license-management#settings). + ### Including the provided template NOTE: **Note:** |