File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ Inspired by a desire to show releases on metrics graphs, and to include informat
1919``` yml
2020steps :
2121 - plugins :
22- envato/create-datadog-event#v0.0.1:
23- api_key : $DATADOG_API_KEY
24- aggregation_key : $BUILDKITE_BUILD_ID
25- title : Deploying $BUILDKITE_PIPELINE_SLUG
26- text : >
27- Deploying $BUILDKITE_BRANCH/$BUILDKITE_COMMIT on behalf of
28- $BUILDKITE_BUILD_CREATOR. More details: $BUILDKITE_BUILD_URL
29- tags :
30- - event-type:deployment
31- - state:started
32- - branch:$BUILDKITE_BRANCH
22+ - envato/create-datadog-event#v0.0.1:
23+ api_key : $DATADOG_API_KEY
24+ aggregation_key : $BUILDKITE_BUILD_ID
25+ title : Deploying $BUILDKITE_PIPELINE_SLUG
26+ text : >
27+ Deploying $BUILDKITE_BRANCH/$BUILDKITE_COMMIT on behalf of
28+ $BUILDKITE_BUILD_CREATOR. More details: $BUILDKITE_BUILD_URL
29+ tags :
30+ - event-type:deployment
31+ - state:started
32+ - branch:$BUILDKITE_BRANCH
3333 # don't fail the deploy if the event failed
3434 soft_fail :
3535 - exit_status : ' *'
You can’t perform that action at this time.
0 commit comments