Enum Build.Types.Status (1.1.0)

public enum Status

Possible status of a build or build step.

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
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.

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.