Sample alert for Jenkins
Snapshot of the entity when an event occurs in Jenkins.
The sample alert becomes available after you generate the webhook.
{
"severity": "warning",
"buildNum": 999999999,
"buildName": "#999999999",
"buildTime": "Tue Mar 08 15:14:07 IST 2022",
"buildId": "2022-03-08_15-14-07",
"buildStatusURL": "blue.png",
"buildUrl": "job/[Alerting]:SampleAlert/999999999/",
"jobName": "[Alerting]: Sample Alert",
"buildStatusSummary": "hudson.model.Run$Summary@d4c513f",
"buildDuration": "34 ms",
"status": "failure"
}