Class Status (3.24.0)

Status(value)

Possible status of a build or build step.

Values: STATUS_UNKNOWN (0): Status of the build is unknown. PENDING (10): Build has been created and is pending execution and queuing. It has not been queued. QUEUED (1): Build or step is queued; work has not yet begun. WORKING (2): Build or step is being executed. SUCCESS (3): Build or step finished successfully. FAILURE (4): Build or step failed to complete successfully. INTERNAL_ERROR (5): Build or step failed due to an internal cause. TIMEOUT (6): Build or step took longer than was allowed. CANCELLED (7): Build or step was canceled by a user. EXPIRED (9): Build was enqueued for longer than the value of queue_ttl.