I have a bunch of examples that are ordered by number. I'd like to be able to keep the order of the tasks as defined in the concourse pipeline.yml
but on the gui, it gets reordered by the ui.
Is there anyway to explicitly define an order for the tasks on the ui? ie. ex01, ex02 ... ex07 in that order.
maybe you found out for yourself?
The order in the user interface (Concourse 6.2.0 tested) depends on the string length of the task name.
Short task names come first - longer tasks name names below.
If the task names have all the same length they will be ordered alphabetically.
Have a look at the screenshots: