Spinnaker
Receive pipeline 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 Spinnaker.
Configure Spinnaker
Add the webhook URL in your Spinnaker settings.
Auto-Detected
Alert24 auto-detects Spinnaker payloads and maps them to incidents.
Step-by-Step Setup Instructions
Spinnaker Webhook Setup
echo config:webhooks:
- name: alert24
url: <WEBHOOK_URL>
method: POSTExample Webhook Payload
This is a sample payload that Spinnaker sends to Alert24 when an alert fires.
{
"execution": {
"id": "exec-spinnaker-12345",
"name": "deploy-api-production",
"status": "TERMINAL",
"application": "my-api",
"buildTime": 1705312200000,
"startTime": 1705312200000,
"endTime": 1705312500000
},
"type": "pipeline",
"message": "Pipeline deploy-api-production has terminated"
}How Alert24 Maps Spinnaker Data
Status Field
execution.status
Message Field
execution.name
Auto-Create Incidents
Yes
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | Spinnaker Values |
|---|---|
| operational | SUCCEEDED |
| down | TERMINALCANCELED |
Track Deployments from Spinnaker
Track changes for incident correlation and AI root cause analysis
- 1Add a webhook stage to your Spinnaker pipeline
- 2Set the URL to your Alert24 Changes Webhook URL
- 3Configure it to fire on successful deployments
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 Spinnaker 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.