Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
I need to be able to specify which warnings to include based on a pattern,
similar to exclude pattern from issue 2359. In my case it is much simpler to
specify what to include into report than specifying what to exclude (almost
everything).
I can implement it myself, just want to make sure it gets upstream.
Code changed in hudson
User: : drulli
Path:
trunk/hudson/plugins/warnings/src/main/java/hudson/plugins/warnings/WarningsProjectAction.java
trunk/hudson/plugins/warnings/src/main/java/hudson/plugins/warnings/WarningsPublisher.java
trunk/hudson/plugins/warnings/src/main/java/hudson/plugins/warnings/parser/FileWarningsParser.java
trunk/hudson/plugins/warnings/src/main/java/hudson/plugins/warnings/parser/ParserRegistry.java
trunk/hudson/plugins/warnings/src/main/java/hudson/plugins/warnings/util/GraphConfigurationDetail.java
trunk/hudson/plugins/warnings/src/main/resources/hudson/plugins/warnings/WarningsPublisher/config.jelly
trunk/hudson/plugins/warnings/src/main/resources/hudson/plugins/warnings/WarningsPublisher/config.properties
trunk/hudson/plugins/warnings/src/main/resources/hudson/plugins/warnings/WarningsPublisher/config_de.properties
trunk/hudson/plugins/warnings/src/test/java/hudson/plugins/warnings/parser/ParserRegistryTest.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=19016
Log:
[FIXED JENKINS-3866] Added filter to specify which files should be actually shown in the warnings report.