Sort Concourse Pipelines in UI - Stack Overflow

admin2025-04-16  3

Is there a fly command or any other option to sort the concourse pipelines in concourse UI.

Currently by default the pipelines are listed in the order in which they are created, I would like to sort it alphabetically by the pipeline name.

Is there a fly command or any other option to sort the concourse pipelines in concourse UI.

Currently by default the pipelines are listed in the order in which they are created, I would like to sort it alphabetically by the pipeline name.

Share Improve this question asked Feb 3 at 19:30 Biju GopinathanBiju Gopinathan 14511 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

It looks like there is no sort pipeline feature as of today, but there is an 'fly order-pipelines' command which can be used to specify the order for each pipeline.

According to the concourse documentation:

"Note that this command only ensures that the given pipelines are in the given order. If there are other pipelines that you haven't included in the command, they may appear in-between, before, or after the given set."

ex: fly --target target_name order-pipelines --pipeline pipeline_01 --pipeline pipeline_02
转载请注明原文地址:http://www.anycun.com/QandA/1744754102a87137.html