Buildkite
Receive build notifications and log deployments as changes to correlate with incidents.
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
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 Status | Buildkite Values |
|---|---|
| operational | passed |
| down | failedcanceled |
Track Deployments from Buildkite
Track changes for incident correlation and AI root cause analysis
- 1Go to Buildkite → Organization Settings → Notification Services → Add → Webhook
- 2Set the URL to your Alert24 Changes Webhook URL
- 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
GitHub
InboundLog pull request merges, pushes, and releases as changes for incident correlation.
GitHub Actions
InboundReceive workflow run notifications and log deployments as changes to correlate with incidents.
GitLab CI
InboundReceive pipeline notifications and log deployments as changes to correlate with incidents.
CircleCI
InboundReceive job notifications and log deployments as changes to correlate with incidents.
Terraform Cloud
InboundReceive run notifications and log infrastructure changes to correlate with incidents.
Jenkins
InboundReceive build notifications and log deployments as changes to correlate with incidents.