From c901b2d17219c7ffb59d37d4375ecba853f71fa7 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 17 Feb 2018 15:45:52 +0300 Subject: Call it version 0.2.0 --- ChangeLog.md | 12 ++++++++++++ README.md | 2 +- 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 ===== diff --git a/README.md b/README.md index 18ca7e7..84f3ae9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Trigger's options in the job's XML configuration file: ```xml - + jenkins Jenkins bitbucket-pwd diff --git a/pom.xml b/pom.xml index 8a27b2e..d6254d7 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ bbprb Bitbucket Pullrequest Builder Plugin - 0.1.0 + 0.2.0 This Jenkins plugin builds pull requests from Bitbucket.org and will report the test results. hpi -- cgit v1.2.3