Re: Jenkins and Gerrit integration questions - Gerrit-trigger plugin

2014-01-28 Thread JianHua Geng
Zuul, I know that, but looks like it is not easy to setup. Anyway, I will try it. Thanks a lot. 在 2014年1月28日星期二UTC+8下午5时03分02秒,Luca Milanesio写道: > > I saw a presentation at the JUC 2013 @Palo Alto of its usage in the > OpenStack project: seems really interesting ! > > Luca. > > On 28 Jan 2014, a

Re: Jenkins and Gerrit integration questions - Gerrit-trigger plugin

2014-01-28 Thread Luca Milanesio
I saw a presentation at the JUC 2013 @Palo Alto of its usage in the OpenStack project: seems really interesting ! Luca. On 28 Jan 2014, at 08:46, Robert Ward wrote: > Regarding 2, a piece of software I came across awhile ago called zuul[1] > sounds like it might do what you want. I haven't go

Re: Jenkins and Gerrit integration questions - Gerrit-trigger plugin

2014-01-28 Thread Luca Milanesio
Hi JianHua, looping the Gerrit mailing list as people may have answers from there as well. >From knowledge of the plugin, the answers are: 1. Yes: just add the extra event to be monitored in the plugin. 2. No: you can trigger another build *after* the patch is merged but not before (unless you

Jenkins and Gerrit integration questions - Gerrit-trigger plugin

2014-01-27 Thread JianHua Geng
Hi All, I am working on Jenkins and Gerrit integration recently, and I am using the gerrit-trigger plugin. Now I can trigger my jenkins job when patch has been created in my gerrit. My questions are: 1. How can I retrigger my job when I publish some special comments on the patch in gerrit? F