Sort external pipeline jobs on "Job ID" rather than "Name"
In the details screen of an external pipeline (Main menu > CI/CD > Pipelines), in my case a Jenkins pipeline, the steps are displayed sorted by Name (alphabetical order), rather than chronological. This results in an out-of-order view of the pipeline.
In my case, I have "Build", "Test", "Push" as pipeline steps, but the order in which they're shown is now "Build", "Push", "Test", which is weird.
Request to sort the jobs on "Job ID" (ascending), so that external pipeline steps are always in the correct order.