Quick Notes94 words
Alerting on pipeline events — quick notes
Pipeline alerting — quick notes
| Platform | Mechanism |
|---|---|
| Azure Pipelines | Notifications · service hooks · Teams app |
| GitHub Actions | Notifications · webhooks · Teams/Slack app |
| Alert on | Not on |
|---|---|
Broken main | Every successful run |
| Awaiting approval | Every stage transition |
| Production release failure | Every PR build |
The classic bug: a notification step without condition: failed() (or succeededOrFailed()) is skipped when the thing it reports on fails. Silence then reads as good news.