-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Ubuntu
I am using Warnings Next Generation to run many tests against my code, one of which is CppCheck. Whether I specify a pattern or not in my jenkinsfile I get configuration errors.
recordIssues tools: [gcc(), codeAnalysis(), cpd(), cppCheck(pattern: 'cppcheck.xml'), drMemory(), flawfinder(), infer(), pcLint()]
What do I need to put into cppcheck.xml for this to work?
- is related to
-
JENKINS-63808 Cppcheck is not compatible with Java 11
- Closed