Re: Develop a custom step that would make pipeline wait for a webhook

2016-11-30 Thread Julien HENRY
Hi Jesse, Thanks for the pointers. 2016-11-29 0:51 GMT+01:00 Jesse Glick : > On Fri, Nov 25, 2016 at 4:14 AM, Julien HENRY > wrote: > > I found this ticket https://issues.jenkins-ci.org/browse/JENKINS-27127 > that > > is really close to what we need. > > Yes, sounds like it. The issue needs to

Re: Develop a custom step that would make pipeline wait for a webhook

2016-11-28 Thread Jesse Glick
On Fri, Nov 25, 2016 at 4:14 AM, Julien HENRY wrote: > I found this ticket https://issues.jenkins-ci.org/browse/JENKINS-27127 that > is really close to what we need. Yes, sounds like it. The issue needs to be “defuzzed” somewhat: concrete proposals written up, possibly broken into multiple featur

Develop a custom step that would make pipeline wait for a webhook

2016-11-25 Thread Julien HENRY
Hi guys, We would like to implement a feature in the SonarQube plugin that would make the pipeline wait for some external/asynchronous processing to be completed (SonarQube analysis). In addition we would like to get some data (JSON payload) from this external process. Something like: def anal