I've been doing some searching to find any plugins that may suit this but couldn't find any. I'm trying to find a plugin I can install that allows me to execute a POST to a specified URL upon something being commited. Similar to how bitbucket and github have their webhook urls that use a payload array. Does such a plugin exist? I know there's the jenkins webhook url, but that works off of a GET request and doesn't send the commit data as well.
We were able to resolve this using a modification of this fork
It posts a json array to a POST payload parameter
Hi Seb,
Thanks for the info, we are using that plugin but it really doesn't suit our needs. We'll just have to wait for the webhook configuration to be complete :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What are your needs that it doesn't satisfy?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Our requirement is also similar. We want to POST from STASH/BitBucket for every push and then update the component field by parsing the JASON payload. Is there any plugin available?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joseph,
There is work in the pipeline for Stash to bring a webhook configuration screen to the product, however in the meantime you'll have to install this plugin: https://bitbucket.org/atlassian/stash-webhook-plugin/src
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.