summaryrefslogtreecommitdiff
path: root/doc/ci/pipelines
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-07 09:08:11 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-07 09:08:11 +0000
commitbc9a474793f7b9dca48b8aa29661039d75673d0c (patch)
tree40f8db9ca9641a8b46f69580fe65dc44c6f430a0 /doc/ci/pipelines
parent44c74f7b06002162c0d6bcc7c8f94f6b1a56d438 (diff)
downloadgitlab-ce-bc9a474793f7b9dca48b8aa29661039d75673d0c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/pipelines')
-rw-r--r--doc/ci/pipelines/downstream_pipelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/pipelines/downstream_pipelines.md b/doc/ci/pipelines/downstream_pipelines.md
index a711e938503..522466487a2 100644
--- a/doc/ci/pipelines/downstream_pipelines.md
+++ b/doc/ci/pipelines/downstream_pipelines.md
@@ -122,7 +122,7 @@ the value of the [`$CI_PIPELINE_SOURCE` predefined variable](../variables/predef
for all jobs is:
- `pipeline` for multi-project pipelines.
-- `parent` for parent-child pipelines.
+- `parent_pipeline` for parent-child pipelines.
For example, to control jobs in multi-project pipelines in a project that also runs
merge request pipelines: