-
Bug
-
Resolution: Fixed
-
Minor
-
None
Thanks for this plugin; it is very nice to be able to see especially the test results on the job list.
We noticed that in a list view, when one clicks on the 'Test Result' column header, to sort by the test results column, the ordering appears to be alphabetical as opposed to numerical. In other words, one sees '(no failures)' before '(6 failures)', before '(4 failures)', before '(1 failure)'. (see attachment)
Sometimes we like to sort our jobs by # of failures, to determine where to invest the most effort to improve things. To support this usage model, it would be very helpful if the test results column supported numerical ordering by # of failures.
Code changed in jenkins
User: Fred G
Path:
src/main/resources/jenkins/plugins/extracolumns/TestResultColumn/column.jelly
http://jenkins-ci.org/commit/extra-columns-plugin/40e362a5415ee1673810b9f7183e6b85f712f324
Log:
[FIXED JENKINS-11765]: extra-columns: test results column sorts
alphabetically, not numerically
Added data attribute to test result rows