diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0e1565..c061ab15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Changelog of Pull Request Notifier for Bitbucket. ### GitHub [#193](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/193) Enable project level admins to configure on project level Enable project level admins to configure on project level - [64f670125111045](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/64f670125111045) Tomas Bjerre *2017-02-05 09:00:55* + [3026116d25fb0d4](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/3026116d25fb0d4) Tomas Bjerre *2017-02-05 13:27:24* ### No issue doc diff --git a/README.md b/README.md index 63b6baf7..a22c2fad 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,10 @@ Generally, when fiddling with this plugin, you may want to use something like [R Here are some guides on how to use the plugin with different systems. Feel free to add guides through pull requests to this repo! - * [Jenkins](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/blob/master/README_jenkins.md) * [HipChat](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/blob/master/README_hipchat.md) + * [Jenkins](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/blob/master/README_jenkins.md) * [Slack](https://github.com/Igogrek/bitbucket-slack-notifier) + * [TeamCity](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/blob/master/README_teamcity.md) ### Button Forms diff --git a/README_teamcity.md b/README_teamcity.md new file mode 100644 index 00000000..4c5018ae --- /dev/null +++ b/README_teamcity.md @@ -0,0 +1,23 @@ +# TeamCity + +Here is how to integrate with TeamCity. + +* URL should be set to `https://youserver/httpAuth/app/rest/buildQueue` +* Method should be **POST** +* Post content should be: +``` + + + + + + + + + + + + +``` +* Don't encode post content +* In **Headers** add "Content-Type" with value "application/xml"