blob: 1a0981852c1f577ce243c9e43d55268daf83d635 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
0.3.0 (! BREAKING !)
===================
* Made it work with the [Rebuild Plugin](https://wiki.jenkins.io/display/JENKINS/Rebuild+Plugin).
* Job configurations have to be changed. Updated documentation.
* Require Jenkins 2.60+.
* Cancel outdated jobs by default.
* Removed dead code from the Bitbucket API client.
0.2.0
=====
* Added crumb exclusion for `/bbprb-hook/`.
Now this plugins works with CSRF protection enabled.
* Set a pull request's build state to STOPPED when the build is aborted.
Previously it was FAILED.
* Inject some useful environment variables e. g. `bbprbDestinationCommitHash`.
0.1.0
=====
* Can handle creating and updating pull requests.
|