From c1cc54e712ae9998b62ca406d404e65e34305982 Mon Sep 17 00:00:00 2001 From: Stephen Ball Date: Thu, 12 Nov 2015 13:26:44 +0000 Subject: [PATCH] Updated Slack Notify Plugin (markdown) --- Slack-Notify-Plugin.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Slack-Notify-Plugin.md b/Slack-Notify-Plugin.md index 79d3e02..72c15a0 100644 --- a/Slack-Notify-Plugin.md +++ b/Slack-Notify-Plugin.md @@ -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"