dashboard-view-plugin
dashboard-view-plugin copied to clipboard
[JENKINS-20570] Test Statistics Grid support for categorization like the Categorized Jobs View
The TestStatisticsGrid could support categorization by regex the same way or by incorporating/reusing the Categorized Job View plugin. In the attached screenshots there are just a few sample projects created with the typical post-fix classification. But when project lists are long, grouping is helpful.
I envision that categorization of the TestStatisticsGrid might be by:
- job name just as is done by the Categorized Jobs View
- weather (not currently a column seen on the test statistics grid)
Originally reported by jwmach1, imported from: Test Statistics Grid support for categorization like the Categorized Jobs View
- assignee: petehayes
- status: Open
- priority: Major
- resolution: Unresolved
- imported: 2022-10-30
I may be able to offer a pull request for an implementation modeled after Categorized Job View (rather than extending). Being able to categorize by job HealthReport, I don't think lends itself to utilizing Categorized Job View directly.
though as I look at this closer, it seems the BallColor enum available through job.getIconColor() may be more appropriate than HealthReport. HealthReport would take some refactoring/adjustment to make a suitable grouping to key from.