diff --git a/CHANGELOG.md b/CHANGELOG.md index c9dd290..c8b449c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Changelog of Pull Request Notifier for Bitbucket. +## Unreleased +### No issue + doc + + [fbdec988218c8d9](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/fbdec988218c8d9) Tomas Bjerre *2016-07-18 21:19:06* + ## 2.31 ### GitHub [#131](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/131) Buttons do not appear [4.3.1] Making buttons compatible with 4.0.0 to 4.3.x diff --git a/README.md b/README.md index 55a7bcb..7e68533 100644 --- a/README.md +++ b/README.md @@ -153,9 +153,11 @@ If you are using a CSRF protection in Jenkins, you can use the **Injection URL** * Set **Injection URL** field to `http://JENKINS/crumbIssuer/api/xml?xpath=//crumb/text()`. You may get an error like *primitive XPath result sets forbidden; implement jenkins.security.SecureRequester*. If so, you can set Injection URL to `http://JENKINS/crumbIssuer/api/xml?xpath=//crumb` in combination with regular expression `([^<]*)`. Or a third option is to checkout [this](https://wiki.jenkins-ci.org/display/JENKINS/Secure+Requester+Whitelist+Plugin) Jenkins plugin. * In the headers section, set header **.crumb** with value **${INJECTION_URL_VALUE}**. -## Issues +## Reporting issues If things don't work as you expect, perhaps you should file an issue. But first, try troubleshooting it and provide as much info as possible. Here are some things that may help if added to an issue. + * Plugin version used. + * Bitbucket Server version used. * Stack traces in Bitbucket Server log file. * Any browser console log messages, you can find it in Developer Tools in Chome by pressing F12. * Screenshot of plugin configuration in your issue.