mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
Merge pull request #59 from yosssi/fix-readme
Added the `on_started`, `on_success`, `on_failure` properties on the notify.hipchat.
This commit is contained in:
commit
0a686b6d1f
1 changed files with 6 additions and 3 deletions
|
@ -189,8 +189,8 @@ publish:
|
|||
|
||||
### Notifications
|
||||
|
||||
Drone can trigger email, hipchat and web hook notification at the completion
|
||||
of your build:
|
||||
Drone can trigger email, hipchat and web hook notification at the beginning and
|
||||
completion of your build:
|
||||
|
||||
```
|
||||
notify:
|
||||
|
@ -204,7 +204,10 @@ notify:
|
|||
|
||||
hipchat:
|
||||
room: support
|
||||
token: 3028700e5466d375
|
||||
token: 3028700e5466d375
|
||||
on_started: true
|
||||
on_success: true
|
||||
on_failure: true
|
||||
```
|
||||
|
||||
### Docs
|
||||
|
|
Loading…
Reference in a new issue