Commit 62fd4967 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'dhershkovitch-master-patch-32101' into 'master'

Add Nested dynamic pipelines

See merge request gitlab-org/gitlab!53701
parents 8b6f1184 ff78d4f1
...@@ -180,6 +180,9 @@ pipelines, which was later increased to two. A parent pipeline can trigger many ...@@ -180,6 +180,9 @@ pipelines, which was later increased to two. A parent pipeline can trigger many
pipelines, and these child pipelines can trigger their own child pipelines. It's not pipelines, and these child pipelines can trigger their own child pipelines. It's not
possible to trigger another level of child pipelines. possible to trigger another level of child pipelines.
<i class="fa fa-youtube-play youtube" aria-hidden="true"></i>
For an overview, see [Nested Dynamic Pipelines](https://youtu.be/C5j3ju9je2M).
## Pass variables to a child pipeline ## Pass variables to a child pipeline
You can [pass variables to a downstream pipeline](multi_project_pipelines.md#passing-variables-to-a-downstream-pipeline) You can [pass variables to a downstream pipeline](multi_project_pipelines.md#passing-variables-to-a-downstream-pipeline)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment