diff options
Diffstat (limited to 'doc/ci/pipelines')
-rw-r--r-- | doc/ci/pipelines/downstream_pipelines.md | 2 |
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: |