Add exit codes to allow failure syntax
Allow users to specify exit codes for allowed failures: ```yaml test_job: script: - execute_script_that_will_fail allow_failure: exit_codes: - 137 - 255 ```
Showing
Please register or sign in to comment