GCP managed build service that can both compile code and orchestrate deployment workflows. Like a versatile automation system that can handle the entire journey from source code to running application.
Cloud Build compiles applications, runs tests, builds containers, and can orchestrate deployments - all triggered by code commits or manual requests.
All are managed CI/CD build services that run builds/tests from source and produce artifacts (for example, container images). GCP Cloud Build is tightly integrated with Artifact Registry, Cloud Run, and GKE; AWS CodeBuild commonly pairs with CodePipeline/ECR/ECS; Azure Pipelines is part of Azure DevOps; OCI DevOps Build Pipelines integrates with OCI Container Registry and OCI DevOps deployment stages.