The Ubuntu jenkins builds are configured in dsl to report cppcheck errors by default, and I can see the xml files generated in the workspace of several jobs that includes some errors, but these are not reported by jenkins in the summary of that job. For example, the following job has errors in the cpplint.xml but does not report these error in the job summary, and is marked as a clean build:
The Ubuntu jenkins builds are configured in dsl to report cppcheck errors by default, and I can see the xml files generated in the workspace of several jobs that includes some errors, but these are not reported by jenkins in the summary of that job. For example, the following job has errors in the
cpplint.xmlbut does not report these error in the job summary, and is marked as a clean build: