public enum Build.Types.Status
Reference documentation and code samples for the Cloud Build v1 API enum Build.Types.Status.
Possible status of a build or build step.
Namespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Fields |
|
---|---|
Name | Description |
Cancelled |
Build or step was canceled by a user. |
Expired |
Build was enqueued for longer than the value of |
Failure |
Build or step failed to complete successfully. |
InternalError |
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. |
Success |
Build or step finished successfully. |
Timeout |
Build or step took longer than was allowed. |
Unknown |
Status of the build is unknown. |
Working |
Build or step is being executed. |