Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
Description
Add support for Jenkins Pipeline with Cppcheck Plugin
https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md
Attachments
Issue Links
- is blocked by
-
JENKINS-41704 Clicking On `Cppcheck Results` From A Multi-Branch Pipeline Build Results In javax.servlet.ServletException: org.apache.commons.jelly.JellyTagException
-
- Resolved
-
-
JENKINS-42613 Cppcheck publisher has no access to source files (experimental version for pipeline)
-
- Closed
-
Hi marcosteffan , djviking ,
When I add stage
stage "cppcheck"
step([$class: 'CppcheckPublisher', to my jenkinfile
it raises a warning and it seems to be the failure
Maybe CppcheckPublisher doesn't have var member like displayInformationSeverity, xSize, ySize
Could you help me to solve this issue?
Thanks