Skip to content

Commit

Permalink
add HipChat notification configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Oct 1, 2012
1 parent 97ad18c commit 6af93ce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/user/build-configuration.md
Expand Up @@ -477,6 +477,17 @@ Notifications can be sent to your Flowdock Team Inbox using the following format

* *api token*: is your API Token for the Team Inbox you wish to notify. You may pass multiple tokens as a comma separated string or an array.

### HipChat notification

Notifications can be sent to your HipChat chat rooms using the following format:

notifications:
hipchat: [api token]@[room name]


* *api token*: is the token of the user you want to use to post the notifications.
* *room name*: is the name of the room you want to notify.

### Webhook notification

You can define webhooks to be notified about build results the same way:
Expand Down

0 comments on commit 6af93ce

Please sign in to comment.