Details
-
Fix
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.8
-
None
Description
If the attribute on_exit_code has the value "error", the commands are executed every time the job is executed independent of the current exit code of the task.
The program will be correct like the documentation decribe: The commands with on_exit_code = 'error' will be executed only if the current exit code is not 0 (null).