Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Sep 9, 2017
1 parent a184404 commit 955985d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog of Pull Request Notifier for Bitbucket.
### No issue
doc

[31f2aefdac00099](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/31f2aefdac00099) Tomas Bjerre *2017-08-14 18:54:10*
[a18440409a538b4](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/a18440409a538b4) Tomas Bjerre *2017-08-14 18:54:35*

## 3.13
### No issue
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@ The filter text as well as the URL support variables. These are:

The ${PULL_REQUEST_USER...} contains information about the user who issued the event. Who commented it, who rejected it, who approved it...

You may want to use [Violation Comments to Bitbucket Server plugin](https://wiki.jenkins-ci.org/display/JENKINS/Violation+Comments+to+Bitbucket+Server+Plugin) and/or [StashNotifier plugin](https://wiki.jenkins-ci.org/display/JENKINS/StashNotifier+Plugin) to report results back to Bitbucket.
You may want to use these Jenkins plugins if you are notifying Jenkins:

* [Generic Webhook Trigger Plugin](https://wiki.jenkins.io/display/JENKINS/Generic+Webhook+Trigger+Plugin) To trigger the build.
* [Violation Comments to Bitbucket Server Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Violation+Comments+to+Bitbucket+Server+Plugin) to report results form static code analysis.
* [StashNotifier Plugin](https://wiki.jenkins-ci.org/display/JENKINS/StashNotifier+Plugin) to report build status back to Bitbucket Server.

### Integration guides

Expand Down

0 comments on commit 955985d

Please sign in to comment.