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-07-31 06:09:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-31 06:09:05 +0300
commit7d660ee85ddd20136401977a6ab68cc84ccc632d (patch)
treee7641773f71a94cf79cebab982166e34985709f9 /doc/ci/variables
parent77afa9577dd6ca5e9967586a1d0c3b9954f7f5e7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/variables')
-rw-r--r--doc/ci/variables/index.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ci/variables/index.md b/doc/ci/variables/index.md
index e6768968d83..cddff76fcd0 100644
--- a/doc/ci/variables/index.md
+++ b/doc/ci/variables/index.md
@@ -317,6 +317,9 @@ You can protect a project, group or instance CI/CD variable so it is only passed
to pipelines running on [protected branches](../../user/project/protected_branches.md)
or [protected tags](../../user/project/protected_tags.md).
+[Pipelines for merge requests](../pipelines/merge_request_pipelines.md) do not have access to protected variables.
+An [issue exists](https://gitlab.com/gitlab-org/gitlab/-/issues/28002) regarding this limitation.
+
To protect a variable:
1. Go to **Settings > CI/CD** in the project, group or instance admin area.