Buildkite

Receive build notifications and log deployments as changes to correlate with incidents.

InboundCI/CD & DevOps
Start Free Trial

Quick Setup

Copy Webhook URL

Go to your Alert24 dashboard and copy the webhook URL for Buildkite.

Configure Buildkite

Add the webhook URL in your Buildkite settings.

Auto-Detected

Alert24 auto-detects Buildkite payloads and maps them to incidents.

Step-by-Step Setup Instructions

Buildkite Webhook Setup

1.In Buildkite, go to Settings → Notification Services
2.Click Add next to Webhook
3.Set the URL to the webhook URL shown above
4.Select events: build.finished
5.Click Save

Example Webhook Payload

This is a sample payload that Buildkite sends to Alert24 when an alert fires.

{
  "event": "build.finished",
  "build": {
    "state": "failed",
    "message": "Deploy to production",
    "web_url": "https://buildkite.com/org/pipeline/builds/42",
    "pipeline": {
      "name": "Production Deploy"
    }
  }
}

How Alert24 Maps Buildkite Data

Status Field

build.state

Message Field

build.message

Auto-Create Incidents

Yes

Auto-Resolve Incidents

Yes

Status Mapping

Alert24 StatusBuildkite Values
operational
passed
down
failedcanceled

Track Deployments from Buildkite

Track changes for incident correlation and AI root cause analysis

  1. 1Go to Buildkite → Organization Settings → Notification Services → Add → Webhook
  2. 2Set the URL to your Alert24 Changes Webhook URL
  3. 3Select events: build.finished
# Or add to your pipeline:
steps:
  - command: |
      curl -s -X POST "$ALERT24_CHANGES_URL" \\
        -H "Content-Type: application/json" \\
        -d '{
          "summary": "Buildkite build #'$BUILDKITE_BUILD_NUMBER'",
          "change_type": "deployment",
          "commit_sha": "'$BUILDKITE_COMMIT'",
          "branch": "'$BUILDKITE_BRANCH'",
          "pipeline_url": "'$BUILDKITE_BUILD_URL'"
        }'

Changes are logged per service. Copy the Changes Webhook URL from your service page in Alert24. When an incident occurs, recent changes are surfaced automatically with AI-powered root cause analysis. Learn more →

Connect Buildkite to Alert24 in minutes

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

More CI/CD & DevOps Integrations