Skip to content

Commit ae62fa1

Browse files
authored
Merge pull request #29 from alexandear/patch-1
Update README
2 parents 6b03cbc + 31703d4 commit ae62fa1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.markdown

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# TCSlackNotifierPlugin - TeamCity -> Slack Notifications
22

3-
A plugin for [TeamCity](http://www.jetbrains.com/teamcity/) to post notifications to [slack](https://slack.com/)
3+
A plugin for [TeamCity](http://www.jetbrains.com/teamcity/) to post notifications to [Slack](https://slack.com/)
44

5-
It works by registering as a server listener, and posts to slack on build events like successful builds (optionally also builds starting and failing)
5+
It works by registering as a server listener, and posts to Slack on build events like successful builds (optionally also builds starting and failing)
66

77
# Build Plugin
88

@@ -24,7 +24,7 @@ Then restart TeamCity.
2424

2525
# Configuration
2626

27-
### In slack
27+
### In Slack
2828
Add a new webhook integration. Make a note of the URL.
2929

3030
### In TeamCity
@@ -45,13 +45,13 @@ Edit the main config file, usually `.BuildServer/config/main-config.xml` and add
4545

4646
You can set the attributes on slackNotifier element (postSuccessful,postFailed,postStarted) to decide that notifications you would like posted.
4747

48-
Set the **slackPostUrl** to point to the url provided on the Slack integration page for the incoming webhook you created. Change the logo url whatever you want or leave it out.
48+
Set the `slackPostUrl` to point to the url provided on the Slack integration page for the incoming webhook you created. Change the logo url whatever you want or leave it out.
4949

50-
This by default will post all builds to slack. you can tweak these on a project level though
50+
This by default will post all builds to Slack. You can tweak these on a project level though.
5151

5252
#### Project Config (Optional)
5353

54-
To change channel, change the slack logo used for that project or disable per project:
54+
To change channel, change the Slack logo used for that project or disable per project:
5555

5656
Edit the plugin specific xml config, `plugin-settings.xml` probably somewhere inside `.BuildServer/config/projects/PROJECTNAME`
5757

@@ -72,8 +72,8 @@ Previous versions where built for TeamCity 7.1, but a few tests on the free vers
7272

7373
### Issues
7474

75-
* all xml config - needs web ui extensions for updating settings from GUI. Considering it.
76-
* channel can be changed per-project either by environmental variable (SLACK_CHANNEL (env var may be broken)) or by changing the project specific xml in the data directory. This could also use web ui extension UI for editing.
75+
* All xml config - needs web ui extensions for updating settings from GUI. Considering it.
76+
* Channel can be changed per-project either by environmental variable (SLACK_CHANNEL (env var may be broken)) or by changing the project specific xml in the data directory. This could also use web ui extension UI for editing.
7777
* All or nothing notifications. By default, all builds are posted. It can be disabled per project, but not currently by build config.
7878

7979

0 commit comments

Comments
 (0)