Bitbucket Pipelines
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 Bitbucket Pipelines.
Configure Bitbucket Pipelines
Add the webhook URL in your Bitbucket Pipelines settings.
Auto-Detected
Alert24 auto-detects Bitbucket Pipelines payloads and maps them to incidents.
Step-by-Step Setup Instructions
Bitbucket Pipelines Webhook Setup
Example Webhook Payload
This is a sample payload that Bitbucket Pipelines sends to Alert24 when an alert fires.
{
"commit_status": {
"state": "FAILED",
"description": "Pipeline failed at step: deploy",
"name": "Pipeline #42",
"repository": {
"full_name": "org/repo"
}
}
}How Alert24 Maps Bitbucket Pipelines Data
Status Field
commit_status.state
Message Field
commit_status.description
Auto-Create Incidents
Yes
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | Bitbucket Pipelines Values |
|---|---|
| operational | SUCCESSFUL |
| down | FAILEDSTOPPED |
Track Deployments from Bitbucket Pipelines
Track changes for incident correlation and AI root cause analysis
- 1Go to Bitbucket → Repository Settings → Webhooks → Add webhook
- 2Set the URL to your Alert24 Changes Webhook URL
- 3Select triggers: Push, Pipeline status updated
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 Bitbucket Pipelines 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.