Multi-project Pipelines - Ops Insights (deprecated) (HD)

Опубликовано: 13 Октябрь 2024
на канале: GitLab
2,708
10

The latest version of this video can be found here:
   • Multi-project Pipelines - Ops Insight...  

A pipeline in one project can trigger downstream pipelines in another project, called multi-project pipelines.
Multi-project pipelines:
Are triggered from another project’s pipeline, but the upstream (triggering) pipeline does not have much control over the downstream (triggered) pipeline. However, it can choose the ref of the downstream pipeline, and pass CI/CD variables to it.
Affect the overall status of the ref of the project it runs in, but does not affect the status of the triggering pipeline’s ref, unless it was triggered with strategy:depend.
Are not automatically canceled in the downstream project when using interruptible if a new pipeline runs for the same ref in the upstream pipeline. They can be automatically canceled if a new pipeline is triggered for the same ref on the downstream project.
Are visible in the downstream project’s pipeline list.
Are independent, so there are no nesting limits.

Read more in our docs: https://docs.gitlab.com/ee/ci/pipelin...