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). Cloud Build and CodeBuild focus on running build steps in managed infrastructure; Azure Pipelines is a broader CI/CD service that includes build and release pipelines; OCI DevOps Build Pipelines provides similar managed build automation in Oracle Cloud.