Expand description
Useful constants to work with Status
Constantsยง
- CANCELLED
- Build or step was canceled by a user.
- EXPIRED
- Build was enqueued for longer than the value of
queue_ttl. - FAILURE
- Build or step failed to complete successfully.
- INTERNAL_
ERROR - Build or step failed due to an internal cause.
- PENDING
- Build has been created and is pending execution and queuing. It has not been queued.
- QUEUED
- Build or step is queued; work has not yet begun.
- STATUS_
UNKNOWN - Status of the build is unknown.
- SUCCESS
- Build or step finished successfully.
- TIMEOUT
- Build or step took longer than was allowed.
- WORKING
- Build or step is being executed.