allowExitCodes property

List<int>? allowExitCodes
getter/setter pair

Allow this build step to fail without failing the entire build if and only if the exit code is one of the specified codes.

If allow_failure is also specified, this field will take precedence.

Implementation

core.List<core.int>? allowExitCodes;