Send an event to datadog
token
(required) Your Datadog Tokentitle
(required) The title of the eventtext
(required) A description of the eventalert_type
(optional, default:success
) The type of alert we're generating (error
,warning
,info
, orsuccess
)priority
(optional, default:low
) The priority of the alert we're generating (low
ornormal
)
build:
after-steps:
- datadog-event:
token: $DATADOG_TOKEN
title: MyApp has passed
text: MyApp has been marked as passed
alert_type: success
priority: low
The MIT License (MIT)