-
Improvement
-
Resolution: Fixed
-
Minor
-
-
5.0.0-beta2
I'd like to be able to tell if the static analysis publisher I executed failed the build. That is easy on serial pipelines by checking the currentBuild.result, but when executing tasks in parallel, I cannot rely on that.
It would be even better if the actual data was made available, in which case I could drop the thresholds and use more complex logic.
- is related to
-
JENKINS-30551 Make Warnings Plugin compatible with parallel Workflow
-
- Resolved
-
-
JENKINS-40164 Obtain parallel warnings results in pipeline
-
- Resolved
-
- relates to
-
JENKINS-44450 Block scoped usage
-
- Open
-
- mentioned in
-
Page Failed to load
I.e. you want to obtain individual results from parallel invocations of the warnings plugin (see
JENKINS-40164)?