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

2014-01-28 Thread JianHua Geng
> 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 accept as valid the last validation of the last > patch-set) > > > > Luca. > > > > > >

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