-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: workflow-basic-steps-plugin
-
Labels:None
-
Similar Issues:
When using a retry wrapper in Pipeline you cannot abort during the retry, the abort is treated as any other failiure.
- is duplicated by
-
JENKINS-37128 Retry build step incompatible with canceling builds
-
- Resolved
-
-
JENKINS-41774 Pipeline executes "retry" when pipeline is aborted
-
- Closed
-
- relates to
-
JENKINS-44379 workflow-basic-steps: retry does not abort when input or milestone try to abort build
-
- Resolved
-
- links to
(3 links to)
Field | Original Value | New Value |
---|---|---|
Assignee | CloudBees Inc. [ cloudbees ] |
Assignee | CloudBees Inc. [ cloudbees ] | rsandell [ rsandell ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Remote Link | This issue links to "PR 34 (Web Link)" [ 15322 ] |
Component/s | workflow-basic-steps-plugin [ 21712 ] |
Component/s | pipeline [ 21692 ] |
Assignee | rsandell [ rsandell ] | Jesse Glick [ jglick ] |
Status | In Review [ 10005 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Remote Link | This issue links to "workflow-basic-steps PR 35 (Web Link)" [ 15391 ] |
Remote Link | This issue links to "workflow-cps PR 103 (Web Link)" [ 15392 ] |
Remote Link | This issue links to "workflow-step-api PR 20 (Web Link)" [ 15393 ] |
Remote Link | This issue links to "workflow-job PR 36 (Web Link)" [ 15394 ] |
Link |
This issue is duplicated by |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Attachment | Jenkinsfile [ 40245 ] |
Attachment | console [ 40246 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Link |
This issue relates to |
Link |
This issue is duplicated by |
Code changed in jenkins
User: Jesse Glick
Path:
pom.xml
src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
http://jenkins-ci.org/commit/workflow-job-plugin/0eeee8d0d482f08149530a337a5500b760abd9dc
Log:
JENKINS-41276Make sure a FlowInterruptedException coming from a build abort is properly initialized with causes.