BuildRetryFailedJobsStates
ENUM
The failure types that can be retried when retrying failed jobs in a build
ENUM Values |
|---|
|
Jobs that were canceled |
|
Jobs that expired before being picked up by an agent |
|
Hard-failed jobs (non-zero exit status not matching soft fail rules, or canceled/expired jobs with no exit status) |
|
Soft-failed jobs (non-zero exit status, matching soft fail rules) |
|
Jobs that timed out |