GitLab CI and Distributed Builds
How to trigger multiple pipelines using GitLab CI/CD

How to trigger multiple pipelines using GitLab CI/CD

7/24/2019 · Itzik Gan Baruch

What this post added

Introduced the `trigger` keyword in `.gitlab-ci.yml` to enable bridge jobs that initiate downstream pipelines in other projects. This allows for cross-project pipeline execution, passing variables to downstream jobs, and specifying target branches for downstream pipelines. Enhanced pipeline graphs to visualize upstream and downstream pipeline relationships.

Read the original post ↗