Get Build Result
Constructors
Properties
Describes this build's approval configuration, status, and result.
Artifacts produced by the build that should be uploaded upon successful completion of all build steps.
Secrets and secret environment variables.
The ID of the BuildTrigger
that triggered this build, if it was triggered automatically.
Time at which the request to create the build was received.
Contains information about the build when status=FAILURE.
Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build's execution.
A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build
resource's results field. If any of the images fail to be pushed, the build status is marked FAILURE
.
Google Cloud Storage bucket where logs should be written (see Bucket Name Requirements). Logs file names will be of the format ${logs_bucket}/log-${build_id}.txt
.
Special options for this build.
Results of the build.
Secrets to decrypt using Cloud Key Management Service. Note: Secret Manager is the recommended technique for managing sensitive data with Cloud Build. Use available_secrets
to configure builds to access secrets from Secret Manager. For instructions, see: https://cloud.google.com/cloud-build/docs/securing-builds/use-secrets
IAM service account whose credentials will be used at build runtime. Must be of the format projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}
. ACCOUNT can be email address or uniqueId of the service account.
The location of the source files to build.
A permanent fixed identifier for source.
Customer-readable message about the current status.
The operations to be performed on the workspace.
Substitutions data for Build
resource.
Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
Non-fatal problems encountered during the execution of the build.