Skip to content

Retry failed trigger jobs with no downstream pipeline

What does this MR do and why?

Describe in detail what your merge request does and why.

Content

Trigger jobs can fail to create a downstream pipeline. When the downstream pipeline exists, we search for failed jobs in the downstream pipeline and retry them. But when the downstream pipeline does not exist, we should retry the trigger job itself.

If the downstream pipeline failed to be created for any reason, retry the trigger job itself.

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports

Loading