Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: workflow-basic-steps-plugin
-
Labels:None
-
Similar Issues:
Description
When using a retry wrapper in Pipeline you cannot abort during the retry, the abort is treated as any other failiure.
Attachments
Issue Links
- 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)
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.