CI/CD Pipeline

Cloud Build and Artifact Registry. The path from commit to running service.

CI/CD Pipeline: rendered example
Rendered by Gnomon from the source below. No edits.

The source

23 lines of PlantUML, and pulls in Google Cloud icons. Copy it, or open the template inside Gnomon and render it as it is.

@startuml
!include <gcp/GCPCommon>
!include <gcp/cloud_build>
!include <gcp/artifact_registry>
!include <gcp/cloud_run>
!include <gcp/secret_manager>
!include <gcp/cloud_logging>

title GCP — CI/CD pipeline

left to right direction

GCP_CLOUD_BUILD(build, "Cloud Build", "on push")
GCP_ARTIFACT_REGISTRY(ar, "Artifact Registry")
GCP_CLOUD_RUN(run, "Cloud Run", "deploy target")
GCP_SECRET_MANAGER(sm, "Secret Manager")
GCP_CLOUD_LOGGING(log, "Cloud Logging")

build --> ar
ar --> run
sm ..> run
run --> log
@enduml

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in Google Cloud architecture diagrams