Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.7.1
-
None
-
None
Description
Current behavior
- In a catch block, the $returnCode of the timed-out or killed job is not available.
- Instead, the $returnCode of last not timed-out and not killed step is used, or $returnCode is unknown.
- This is true for all other returned variables (which may be a feature)
Desired behavior
- $returnCode should be available.