Google Cloud Build

Receive build status notifications and log deployments as changes for incident correlation.

InboundCI/CD & DevOps
Start Free Trial

Quick Setup

Copy Webhook URL

Go to your Alert24 dashboard and copy the webhook URL for Google Cloud Build.

Configure Google Cloud Build

Add the webhook URL in your Google Cloud Build settings.

Auto-Detected

Alert24 auto-detects Google Cloud Build payloads and maps them to incidents.

Step-by-Step Setup Instructions

Google Cloud Build Webhook Setup

1.In GCP Console, go to Pub/Sub → Topics
2.Find or create the cloud-builds topic
3.Create a Push Subscription
4.Set the Endpoint URL to the webhook URL shown above
5.Cloud Build automatically publishes build status to this topic

Example Webhook Payload

This is a sample payload that Google Cloud Build sends to Alert24 when an alert fires.

{
  "id": "build-123",
  "status": "FAILURE",
  "logUrl": "https://console.cloud.google.com/cloud-build/builds/...",
  "projectId": "my-project",
  "source": {
    "repoSource": {
      "repoName": "my-repo",
      "branchName": "main"
    }
  }
}

How Alert24 Maps Google Cloud Build Data

Status Field

status

Message Field

logUrl

Auto-Create Incidents

Yes

Auto-Resolve Incidents

Yes

Status Mapping

Alert24 StatusGoogle Cloud Build Values
operational
SUCCESS
down
FAILURETIMEOUTINTERNAL_ERROR

Connect Google Cloud Build to Alert24 in minutes

Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.

More CI/CD & DevOps Integrations