Skip to content

cancel_pipelines: reverse order of cancellation

Tim Jaacks requested to merge reverse-pipeline-cancellation-order into master

Cancel parent pipeline first before cancelling its children in order not to have failed parent pipelines (trigger jobs are failed if their downstream pipeline is cancelled).

Merge request reports