Skip to content

Option to change the order of pipelines displayed in merge requests

Proposal

Currently, the "Pipelines" tab in the merge request shows the pipeline in the following order.

  • Merge request pipelines are placed in the top. Other pipelines are placed under the merge request pipelines.
  • Within each pipeline type, new pipelines are placed in the top.

There is no feature to change this order. For this reason, in the merge request where many pipelines are associated, branch pipelines (no matter how new they are) will “sink” below the merge request pipelines. So the option to sort pipelines by the time they were executed, regardless of pipeline type is needed.

image.png