-
New Feature
-
Resolution: Duplicate
-
Major
Enable generation of trend report data on compiler warnings from workflow build steps. Handle multiple compiles in a workflow.
- duplicates
-
JENKINS-25977 Make publishers of analysis-core a SimpleBuildStep
-
- Resolved
-
I am trying to use the compiler warnings in workflow. However, since it is not available in the snippet generator. I am calling it this way:
step([$class: 'WarningsPublisher', consoleParsers: [[parserName: 'myParser']]])
How can I add more options to this ? I need to make it always run even if the build failed (So I need this option: Run always: If this plug-in should run even for failed builds then activate this check box)
Thank you in advance