-
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
-
[JENKINS-27209] Enable reporting of compiler warnings in workflow steps
Labels | New: workflow |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 161409 ] | New: JNJira + In-Review [ 196751 ] |
Labels | Original: workflow | New: pipeline workflow |
Labels | Original: pipeline workflow | New: pipeline |
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