-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
DurableTaskStep.Execution should set AbortException.cause to a FlowInterruptedException after successful stop. Would allow us to keep track of whether a particular sh step ended because a user aborted the build, or a timeout was exceeded, or because the process decided to exit on its own. catch blocks could process this information.
- duplicates
-
JENKINS-28822 Can't distinguish between durable task abort and failure in workflow plugin
- Resolved