BuildRetryFailedJobsStates ENUM

The failure types that can be retried when retrying failed jobs in a build

ENUM Values

CANCELED

Jobs that were canceled

EXPIRED

Jobs that expired before being picked up by an agent

FAILED

Hard-failed jobs (non-zero exit status not matching soft fail rules, or canceled/expired jobs with no exit status)

SOFT_FAILED

Soft-failed jobs (non-zero exit status, matching soft fail rules)

TIMED_OUT

Jobs that timed out