-
New Feature
-
Resolution: Fixed
-
Trivial
-
None
-
All
If '--xml-version=2' is not passed to Cppcheck, it will generate the report in legacy format. Build log should contain a warning about that to inform the user.
--xml Write results in XML to error stream --xml-version=<version> Select the XML file version. Currently versions 1 and 2 are available. The default version is 1.
- is related to
-
JENKINS-17450 "warning" and "performance" not counted
-
- Closed
-
Code changed in jenkins
User: Michal Turek
Path:
src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckParserResult.java
src/main/java/org/jenkinsci/plugins/cppcheck/parser/CppcheckParser.java
http://jenkins-ci.org/commit/cppcheck-plugin/5e25a2934af8f15e1d1f7b5c00a21fe75f6052fd
Log:
JENKINS-24007Put a warning about report in legacy format to build log