-
Improvement
-
Resolution: Fixed
-
Minor
-
-
5.0.0-beta2
I currently use the warnings plugin in a pipeline build by simply calling the build step. Doing this sets the build result to unstable, so I was checking that during the pipeline to determine whether some extra steps to run.
Specifically, I have a parallel build, which builds on multiple different configurations in parallel, and I want to rename the log file for each build to "unstable" only if that configuration got warnings. However, the build result is global for the whole pipeline. How can I obtain the number of warnings or the "result" of the warnings step in such a way that each parallel invocation can get its own results? This allows me to rename my logged files so that users who look at the final results can quickly determine which configurations were faulty?
- depends on
-
JENKINS-49938 Create a combined step that is compatible with Declarative Pipeline
- Resolved
- is related to
-
JENKINS-30551 Make Warnings Plugin compatible with parallel Workflow
- Resolved
-
JENKINS-37325 Make multiple static analysis results visible in a pipeline script
- Resolved
-
JENKINS-38399 Number of new warnings not calculated correctly when using pipeline
- Resolved
- mentioned in
-
Page Loading...