Closed mitchbne closed 1 week ago
Adds support for an array of exit status codes. These must be numbers.
The following is considered valid:
- command: test retry: automatic: exit_status: [1,2,3]
The following is not valid:
- command: test retry: automatic: exit_status: ["not", "valid"]
Adds support for an array of exit status codes. These must be numbers.
The following is considered valid:
The following is not valid: