diff options
-rw-r--r-- | ChangeLog.md | 12 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
3 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index ea3d117..b526b27 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,15 @@ +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 ===== @@ -43,7 +43,7 @@ Trigger's options in the job's XML configuration file: ```xml <triggers> - <org.jenkinsci.plugins.bbprb.BitbucketBuildTrigger plugin="bbprb@0.1.0"> + <org.jenkinsci.plugins.bbprb.BitbucketBuildTrigger plugin="bbprb@0.2.0"> <ciKey>jenkins</ciKey> <ciName>Jenkins</ciName> <credentialsId>bitbucket-pwd</credentialsId> @@ -8,7 +8,7 @@ </parent> <artifactId>bbprb</artifactId> <name>Bitbucket Pullrequest Builder Plugin</name> - <version>0.1.0</version> + <version>0.2.0</version> <description>This Jenkins plugin builds pull requests from Bitbucket.org and will report the test results.</description> <packaging>hpi</packaging> <url></url> |