From 66bff49afda988aa008b0dda0588d4db1a6599e6 Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Thu, 17 Aug 2017 13:21:23 +0200 Subject: [PATCH] Remove confusion on where the Slack tab lives As #144 and #138 shows, there is some confusion on where the actual tab is located. Some try to look at the Project and Build configuration setting pages that live under the main Administration category, which is wrong. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee91882d..50a3c24f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Once you have installed the plugin and restarted head on over to the Admin page ## Usage -From the Slack tab on the Project or Build Configuration page, add a new Slack Notification and you're away! +From the Slack tab on the project or build page (_not_ the Build Configuration Settings page), add a new Slack Notification and you're away! ![Sample Build Configuration](https://raw.github.com/petegoo/tcSlackBuildNotifier/master/docs/build-slack-config.png) @@ -51,4 +51,4 @@ In order to test the plugin simply run the following command with java and mvn i By default it will install TeamCity in the version listed in the property in the root `pom.xml`. However you can overwrite this setting by using the `-DteamcityVersion=10.0` switch. -Other available commands can be found [here](https://github.com/JetBrains/teamcity-sdk-maven-plugin). \ No newline at end of file +Other available commands can be found [here](https://github.com/JetBrains/teamcity-sdk-maven-plugin).