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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-28 06:09:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-28 06:09:58 +0300
commit61ae9de492194653156cdd6e2b528e1dec5c99b6 (patch)
tree48d4cb8d8ce54253bd48a69f6e6ecbd165d0cc45 /doc/ci/environments
parent533d1ccc9875370e8f296c3de7dfb9c0e6a5c512 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/environments')
-rw-r--r--doc/ci/environments/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/environments/index.md b/doc/ci/environments/index.md
index 55d83887423..dae38d0aea1 100644
--- a/doc/ci/environments/index.md
+++ b/doc/ci/environments/index.md
@@ -676,6 +676,7 @@ fetch = +refs/environments/*:refs/remotes/origin/environments/*
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/2112) in [GitLab Premium](https://about.gitlab.com/pricing/) 9.4.
> - [Environment scoping for CI/CD variables was moved to all tiers](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/30779) in GitLab 12.2.
+> - [Environment scoping for Group CI/CD variables](https://gitlab.com/gitlab-org/gitlab/-/issues/2874) added to GitLab Premium in 13.11
You can limit the environment scope of a CI/CD variable by
defining which environments it can be available for.