Send an event to datadog
token(required) Your Datadog Tokentitle(required) The title of the eventtextA 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 (lowornormal)tags(required) Used for filtering in Datadog
build:
after-steps:
- datadog-event:
token: $DATADOG_TOKEN
title: MyApp has passed
text: MyApp has been marked as passed
alert_type: success
priority: low
tags: result:success,target:production
The MIT License (MIT)