Skip to content

Commit

Permalink
Update envoy.md, add information about @finished directive
Browse files Browse the repository at this point in the history
  • Loading branch information
katsuren committed Nov 10, 2016
1 parent 62b20d6 commit a60a15d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions envoy.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ Envoy also supports sending notifications to [Slack](https://slack.com) after ea
@slack('webhook-url', '#bots')
@endafter

If you would like to send notifications just once when all tasks have been finished, you may use `@finished` directive.

@finished
@slack('webhook-url', '#bots')
@endfinished

You may provide one of the following as the channel argument:

<div class="content-list" markdown="1">
Expand Down

0 comments on commit a60a15d

Please sign in to comment.