Updated Slack Notify Plugin (markdown)

Stephen Ball 2015-11-12 13:26:44 +00:00
commit c1cc54e712

@ -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"