-
Bug
-
Resolution: Unresolved
-
Critical
-
None
When cppcheck finds an error publishCppcheck writes the following in the log:
[Cppcheck] Starting the cppcheck analysis. [Cppcheck] Processing 1 files with the pattern 'cppcheck_report.xml'. [Cppcheck] Setting build status to FAILURE since total number of issues '1' exceeds the threshold value '0'. [Cppcheck] Ending the cppcheck analysis.
but the stage it runs in is not marked as failed. I have tried using publishCppcheck in both steps and post sections and it makes no difference.