Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
-
5.0.0-beta2
Description
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.
Attachments
Issue Links
- 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 Loading...
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is related to |
Link |
This issue is related to |
Summary | Make static analysis results visible from a Pipeline | Make static analysis results visible from a pipeline |
Summary | Make static analysis results visible from a pipeline | Make multiple static analysis results visible in a pipeline script |
Labels | analysis-core-2.0 |
Link | This issue relates to JENKINS-44450 [ JENKINS-44450 ] |
Remote Link | This issue links to "Page (Jenkins Wiki)" [ 17274 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Epic Link |
|
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Fixed but Unreleased [ 10203 ] |
Released As | 5.0.0-beta2 | |
Status | Fixed but Unreleased [ 10203 ] | Resolved [ 5 ] |
I.e. you want to obtain individual results from parallel invocations of the warnings plugin (see
JENKINS-40164)?