triggered pipelines are not analysed
A GitLab pipeline is able to trigger another one. In my mind, such pipeline has also to be analysed.
Reference: https://docs.gitlab.com/ci/yaml/#trigger
Idealy
Plumber also analyse the ci that are triggered and integrate in reports.
Implementation Hints
Example of .gitlab-ci.yml content:
trigger-multi-project-pipeline:
trigger: my-group/my-project
Files Touched
To be analysed
Why It's Valuable
Triggered pipeline are part of the ci flow, and in consequence need also to be analyzed.
What is your opinion ?
triggered pipelines are not analysed
A GitLab pipeline is able to trigger another one. In my mind, such pipeline has also to be analysed.
Reference: https://docs.gitlab.com/ci/yaml/#trigger
Idealy
Plumber also analyse the ci that are triggered and integrate in reports.
Implementation Hints
Example of .gitlab-ci.yml content:
Files Touched
To be analysed
Why It's Valuable
Triggered pipeline are part of the ci flow, and in consequence need also to be analyzed.
What is your opinion ?