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
{{ message }}
This repository was archived by the owner on Jun 9, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,24 @@
3
3
Changelog of Pull Request Notifier for Bitbucket.
4
4
5
5
## Unreleased
6
+
### No issue
7
+
Doc
8
+
9
+
[68eeb5d1bdfc508](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/68eeb5d1bdfc508) Tomas Bjerre *2016-12-27 10:42:37*
10
+
11
+
## 2.45
6
12
### GitHub [#173](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/pull/173) Add the ability to specify forms for buttons
7
13
Valid JSON in BUTTON_FORM_DATA
8
14
9
15
* Quotes were escaped with slashes.
10
16
11
-
[23680b44f0c2dd7](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/23680b44f0c2dd7) Tomas Bjerre *2016-12-27 09:44:28*
17
+
[1d8c714b416c0cf](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/1d8c714b416c0cf) Tomas Bjerre *2016-12-27 09:46:07*
12
18
13
19
### No issue
20
+
Set theme jekyll-theme-slate
21
+
22
+
[f7a07df4456e4b8](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/f7a07df4456e4b8) Tomas Bjerre *2016-12-27 08:18:33*
23
+
14
24
Doc
15
25
16
26
[eae3578be0763bc](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/eae3578be0763bc) Tomas Bjerre *2016-12-27 08:16:06*
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# Pull Request Notifier for Bitbucket [](https://travis-ci.org/tomasbjerre/pull-request-notifier-for-bitbucket)
2
-
The original use case was to trigger Jenkins jobs to build pull requests that are created in Bitbucket. The plugin can be configured to trigger different Jenkins jobs for different repositories. It can supply custom parameters to the jenkins job using the variables. It can authenticate with HTTP Basic.
1
+
# Pull Request Notifier for Bitbucket Server [](https://travis-ci.org/tomasbjerre/pull-request-notifier-for-bitbucket)
2
+
The original use case was to trigger Jenkins jobs to build pull requests that are created in Bitbucket Server. The plugin can be configured to trigger different Jenkins jobs for different repositories. It can supply custom parameters to the jenkins job using the variables. It can authenticate with HTTP Basic.
3
3
4
4
It can, for example, trigger a build in Jenkins. Parameterized Jenkins jobs can be triggered remotely via:
5
5
```
@@ -16,7 +16,7 @@ The plugin can trigger any system, not only Jenkins. The plugin can notify any s
16
16
Available in [Atlassian Marketplace](https://marketplace.atlassian.com/plugins/se.bjurr.prnfs.pull-request-notifier-for-stash).
17
17
18
18
## Features
19
-
The Pull Request Notifier for Bitbucket can:
19
+
The Pull Request Notifier for Bitbucket Server can:
20
20
21
21
* Invoke any URL, or set of URL:s, when a pull request event happens.
22
22
* With variables available to add necessary parameters.
@@ -27,7 +27,7 @@ The Pull Request Notifier for Bitbucket can:
27
27
* BUTTON_TRIGGER, when trigger button in pull request view is pressed
28
28
* Can invoke CSRF protected systems, using the ${INJECTION_URL_VALUE} variable. How to to that with Jenkins is described below.
29
29
* Be configured to only trigger if the pull request mathches a filter. A filter text is constructed with any combination of the variables and then a regexp is constructed to match that text.
30
-
* Add buttons to pull request view in Bitbucket. And map those buttons to URL invocations. This can be done by setting the filter string to ${BUTTON_TRIGGER_TITLE} and the filter regexp to title of button.
30
+
* Add buttons to pull request view in Bitbucket Server. And map those buttons to URL invocations. This can be done by setting the filter string to ${BUTTON_TRIGGER_TITLE} and the filter regexp to title of button.
31
31
* Buttons can have forms associated with them, and then submit the form data using the ${BUTTON_FORM_DATA} variable.
0 commit comments