Skip to content

icon picker
Cloud Build

Cloud Build is a fully managed CI/CD service that automates building, testing, and deploying applications in the cloud or on-premises.
Cloud Build is a service that executes your builds on Google Cloud.
Cloud Build can import source code from a variety of repositories or cloud storage spaces, execute a build to your specifications, and produce artifacts such as Docker containers or Java archives.
You can also use Cloud Build to help protect your software supply chain. Cloud Build features meet the requirements of Supply chain Levels for Software Artifacts (SLSA) level 3. For guidance on protecting your build processes, see .

How builds work

The following steps describe, in general, the lifecycle of a Cloud Build build:
Prepare your application code and any needed assets.
Create a build config file in YAML or JSON format, which contains instructions for Cloud Build.
Submit the build to Cloud Build.
Cloud Build executes your build based on the build config you provided.
If applicable, any built artifacts are pushed to .


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.