Detect exit code in failure strategy
P
Psychological Firefly
I'd like to be able to inspect the exit code of a step to determine if it should exit failure or warning. Some script-based validations are desired for warnings, and some are desired for blocking. Being able to detect via exit code would allow more flexibility in this regard, similar to this gitlab feature: https://docs.gitlab.com/ci/yaml/#allow_failureexit_codes
Log In