Skip to main content

GCP Cloud Build Build

A Cloud Build Build represents a single execution of a Google Cloud Build pipeline, comprising one or more build steps that run inside containers and optionally produce artefacts such as container images or other files. Each build records the source it was triggered from, the sequence of steps executed, logs, timings and the outcome (success, failure, timeout, etc.). Cloud Build Builds are created automatically when a manual or automated trigger fires, or when another GCP service invokes Cloud Build.
For full details see the official Google documentation: https://cloud.google.com/build/docs/api/reference/rest/v1/projects.builds

Supported Methods​

  • GET: Get a gcp-cloud-build-build by its "name"
  • LIST: List all gcp-cloud-build-build
  • SEARCH

gcp-artifact-registry-docker-image​

A Cloud Build Build often finishes by pushing one or more Docker images to Artifact Registry. Overmind links the build to the resulting gcp-artifact-registry-docker-image resources so you can trace exactly which build produced a given image and, conversely, see every image generated by a particular build execution.