Spinnaker

Receive pipeline 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 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

1.In your Spinnaker pipeline, add a Webhook stage or notification
2.Set the Webhook URL to the URL shown above
3.Choose POST method and application/json content type
4.Alternatively, configure via echo config:
webhooks:
  - name: alert24
    url: <WEBHOOK_URL>
    method: POST
5.Set notification preferences per pipeline

Example 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 StatusSpinnaker Values
operational
SUCCEEDED
down
TERMINALCANCELED

Track Deployments from Spinnaker

Track changes for incident correlation and AI root cause analysis

  1. 1Add a webhook stage to your Spinnaker pipeline
  2. 2Set the URL to your Alert24 Changes Webhook URL
  3. 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