From 25d6448d957ca4f810369a47b4bbe165931265ca Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Tue, 28 Mar 2017 20:32:21 +0200 Subject: [PATCH] doc --- CHANGELOG.md | 8 +++++++- README.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 066e9e9..7711f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Generic Webhook Plugin Changelog Changelog of Generic Webhook Plugin. ## Unreleased +### No issue +**doc** + +[c0fb7148f318dea](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/c0fb7148f318dea) Tomas Bjerre *2017-03-28 18:32:21* + +## 1.5 ### GitHub [#3](https://github.com/jenkinsci/generic-webhook-trigger-plugin/issues/3) Lacks job selection **Include request parameters #3** -[83382f8cab9edef](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/83382f8cab9edef) Tomas Bjerre *2017-03-28 18:07:07* +[3b1626c816d563e](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/3b1626c816d563e) Tomas Bjerre *2017-03-28 18:07:35* ### No issue **doc** diff --git a/README.md b/README.md index 795ee9c..3726edd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a Jenkins plugin that can: 1. Receive any *HTTP POST* request, *http://JENKINS_URL/jenkins/generic-webhook-trigger/invoke* 2. Extract values with [JSONPath](https://github.com/jayway/JsonPath) or [XPath](https://www.w3schools.com/xml/xpath_syntax.asp) - 3. Contribute those values as variables to the build + 3. Contribute those values as variables, along with any request parameters, to the build This means it can trigger on any webhook, like: * [Bitbucket Cloud](https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html)