Module: Google::Cloud::Build::V1::Build::Status
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Possible status of a build or build step.
Constant Summary collapse
- STATUS_UNKNOWN =
Status of the build is unknown.
0- PENDING =
Build has been created and is pending execution and queuing. It has not been queued.
10- QUEUED =
Build or step is queued; work has not yet begun.
1- WORKING =
Build or step is being executed.
2- SUCCESS =
Build or step finished successfully.
3- FAILURE =
Build or step failed to complete successfully.
4- INTERNAL_ERROR =
Build or step failed due to an internal cause.
5- TIMEOUT =
Build or step took longer than was allowed.
6- CANCELLED =
Build or step was canceled by a user.
7- EXPIRED =
Build was enqueued for longer than the value of
queue_ttl. 9