GCP Cloud Build

Introduction to Google Cloud Console / Cloud Build

Introduction

CI/CD (Continuous Integration / Continuous Development) is a best software engineering practice that we apply in the Risk Engine development and deployment environment.

To facilitate it, we rely on the GCP service Cloud Build.

For example, you can see in the screenshot below that we have triggers defined for 3 repositories so that every time a new tag is created, Cloud Build will run the Dockerfile in the repo, create a Docker container, and store it in the Google managed container repository so we can conveniently deploy it when needed.

GCP Console / Cloud Build Triggers

Last updated