-
Improvement
-
Resolution: Fixed
-
Major
-
None
Issue added as a result of discussion from https://issues.jenkins-ci.org/browse/JENKINS-6772.
In multi-configuration projects it would be preferable to have the warnings plugin show a different view for each matrix element. On the main page for the multi-configuration project we could have a aggregated view, showing the number of warnings for each matrix element.
One specific case would be when having different compiler versions on one axis, and operating systems on the other. It would then be interesting to see warnings for the compiler gcc 4.4.2 compiling the project on RHEL4, as well as the warnings for gcc 4.6.1 compiling the project on RHEL5. The aggregated view would then show number of warnings for gcc 4.4.2/RHEL4 and gcc 4.6.1/RHEL5 on the main page, and the subviews would show the actual warnings for each combination of gcc and OS on the subpage.
Let me know if I need to clarify further.
- is duplicated by
-
JENKINS-12049 Compiler warnings in matrix project: Warnings trend not shown for subproject
-
- Resolved
-
-
JENKINS-12743 Warnings plugin does not aggregate for multi-configuration projects
-
- Resolved
-
-
JENKINS-25905 Parameterized view on Warnings trend
-
- Resolved
-
The view I would be most interested in, is the Warnings Tab under Details on the WarningsResults page for all axis with >0 warnings under each other on one page. Similar to the lower part ("Failed tests") of the testResults page. The 2nd most interesting view to me would be a table with the axis (configuration names) as rows and the warning types as columns. And the content of the table would show the total number of warnings for that type and configuration. One could also show the number of high,normal,low priority warnings in parenthesis as content.