Skip to content

Commit

Permalink
Add on_start: webhook option.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Nov 23, 2012
1 parent e5c5e96 commit dac777e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/notifications.md
Expand Up @@ -176,6 +176,7 @@ Just as with other notification types you can specify when webhook payloads will
- http://hooks.mydomain.com/events
on_success: [always|never|change] # default: always
on_failure: [always|never|change] # default: always
on_start: [true|false] # default: false

Here is an example payload of what will be `POST`ed to your webhook URLs: [gist.github.com/1225015](https://gist.github.com/1225015)

Expand Down

0 comments on commit dac777e

Please sign in to comment.