Send feedback
Cloud Build v1 API - Enum Build.Types.Status (2.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.6.0 keyboard_arrow_down
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.V1
Assembly
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 queue_ttl
.
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.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]