Updated Slack Notify Plugin (markdown)
parent
189be24da9
commit
c1cc54e712
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ This plugin joins a [Slack](https://www.slack.com/) room and sends a user-define
|
|||
| `show_status` | No | Whether or not to append the build status as an attachment in slack. Default - true
|
||||
|
||||
Send a message if the build fails:
|
||||
```yams
|
||||
```yaml
|
||||
failure:
|
||||
slack_notify:
|
||||
webhook_url: "https://hooks.slack.com/services/R212T827A/G983UY31U/aIp0yuW9u0iTqwAMOEwTg"
|
||||
|
|
@ -25,8 +25,8 @@ failure:
|
|||
|
||||
Send a message every time the build is run:
|
||||
|
||||
```yams
|
||||
failure:
|
||||
```yaml
|
||||
completed:
|
||||
slack_notify:
|
||||
webhook_url: "https://hooks.slack.com/services/R212T827A/G983UY31U/aIp0yuW9u0iTqwAMOEwTg"
|
||||
room: "#phpci"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue