Re: Reading HTTP request body from triggered parameterized job

2013-09-23 Thread Alex Kira
I saw it, but wasn't sure if it was configurable enough for my use case since it just kicks off all associated builds. I will take a look at it again though. Thanks.. On Sun, Sep 22, 2013 at 2:11 PM, Owen B. Mehegan wrote: > Did you try the gitlab Jenkins plugin? > > -- > You received this mes

Re: Reading HTTP request body from triggered parameterized job

2013-09-19 Thread Alex Kira
few other parameters as that can be used as Jenkins parameters without having to parse the JSON. Code is here in case anyone else runs into this issue: https://github.com/akira/githookproxy Thanks, Alex Kira On Thursday, September 19, 2013 11:35:09 AM UTC-7, JonathanRRogers wrote:

Reading HTTP request body from triggered parameterized job

2013-09-18 Thread Alex Kira
Hi, Is there a way to read the request body from a triggered job? I am trying to integrate with another service that posts the request parameters as JSON in the raw body. This is a curl request that generates a similar request: curl -X POST -H "Content-Type: application/json" -d '{"commit