-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.277.1
Dashboard View 2.15
When projects are nested a few folders deep, the sorting of the Jobs Grid only sorts by the last part of the path, rather than the full path. This makes it difficult to find things in the grid.
E.g. the jobs grid would display the following tasks in the following order
Project1/SubProject1/Task1
Project1/SubProject2/Task1
Project2/SubProject1/Task1
Project2/SubProject2/Task1
Project1/SubProject1/Task2
Project1/SubProject2/Task2
Project2/SubProject1/Task2
Project2/SubProject2/Task2
The correct order should be...
Project1/SubProject1/Task1
Project1/SubProject1/Task2
Project1/SubProject2/Task1
Project1/SubProject2/Task2
Project2/SubProject1/Task1
Project2/SubProject1/Task2
Project2/SubProject2/Task1
Project2/SubProject2/Task2