Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
Currently it isn't possible to see which configurations of a multi-configuration project cause which compiler warnings. At the root level only a list of all warnings are shown. And one needs to look at the individual configuration to see which warning is produced by which configuration.
This information could be presented multiple ways including:
- show the configuration name as extra information (for "Folder", "Files" and "Warnings" tabs it could be its own column. For details it should be added to the header)
- add a new tab "Configuration". It works like "Details" but the warnings are grouped by configurations
- have the whole table with the tabs shown once per configuration
Code changed in jenkins
User: Ulli Hafner
Path:
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/AnalysisAction.java
src/test/java/plugins/WarningsPluginTest.java
http://jenkins-ci.org/commit/acceptance-test-harness/b5f5397361f77b7dd487a438eb7eb2264546234d
Log:
JENKINS-26913Added test case that verifies the tab contents of a matrix build.Compare: https://github.com/jenkinsci/acceptance-test-harness/compare/178e8f82c2c6...b5f5397361f7