Hello,
Gitlab can be configured to have "web hooks" which POST JSON data describing merge requests to chosen URLs. In my case, I would like to have a single Jenkins job to POST to, which would handle all merge requests.
After extensive searching, I have been unable to find a plugin which is able to read POST body (and preferably the headers). It doesn't seem possible to configure Gitlab to pass the data as a URL parameter. Is there a specific reason why there is no such plugin? Is there an alternative?
Thanks,
Justin Paston-Cooper