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

Commit aef9959

Browse files
committed
Doc
1 parent 397f20e commit aef9959

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,24 @@
33
Changelog of Pull Request Notifier for Bitbucket.
44

55
## 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
612
### GitHub [#173](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/pull/173) Add the ability to specify forms for buttons
713
Valid JSON in BUTTON_FORM_DATA
814

915
* Quotes were escaped with slashes.
1016

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*
1218

1319
### 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+
1424
Doc
1525

1626
[eae3578be0763bc](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/eae3578be0763bc) Tomas Bjerre *2016-12-27 08:16:06*

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Pull Request Notifier for Bitbucket [![Build Status](https://travis-ci.org/tomasbjerre/pull-request-notifier-for-bitbucket.svg?branch=master)](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 [![Build Status](https://travis-ci.org/tomasbjerre/pull-request-notifier-for-bitbucket.svg?branch=master)](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.
33

44
It can, for example, trigger a build in Jenkins. Parameterized Jenkins jobs can be triggered remotely via:
55
```
@@ -16,7 +16,7 @@ The plugin can trigger any system, not only Jenkins. The plugin can notify any s
1616
Available in [Atlassian Marketplace](https://marketplace.atlassian.com/plugins/se.bjurr.prnfs.pull-request-notifier-for-stash).
1717

1818
## Features
19-
The Pull Request Notifier for Bitbucket can:
19+
The Pull Request Notifier for Bitbucket Server can:
2020

2121
* Invoke any URL, or set of URL:s, when a pull request event happens.
2222
* With variables available to add necessary parameters.
@@ -27,7 +27,7 @@ The Pull Request Notifier for Bitbucket can:
2727
* BUTTON_TRIGGER, when trigger button in pull request view is pressed
2828
* Can invoke CSRF protected systems, using the ${INJECTION_URL_VALUE} variable. How to to that with Jenkins is described below.
2929
* 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.
3131
* Buttons can have forms associated with them, and then submit the form data using the ${BUTTON_FORM_DATA} variable.
3232
* Authenticate with HTTP basic authentication.
3333
* Optionally allow any SSL certificate.

0 commit comments

Comments
 (0)