Hi, There is currently nothing the Gerrit Trigger can do about this scenario since not even Gerrit knows that the changes are part of a group. Repo will upload them one by one and Gerrit will create one change for each commit. There are some people working on a change-group feature where you should be able to group changes together, when that is done maybe the Gerrit Trigger in Jenkins can trigger on the creation of such groups.
I suggest you write to the "Repo and Gerrit Discussion" mailing list at google groups and ask how the feature is coming along or if something else is in the works that could help you. Robert Sandell Software Tools Engineer - Tools and Integration Sony Mobile Communications > -----Original Message----- > From: [email protected] [mailto:jenkinsci- > [email protected]] On Behalf Of Diptiman > Sent: den 13 mars 2012 14:43 > To: Jenkins Developers > Subject: How to get a single build when we are using repo upload and > multiple git repositories is getting updated... > > Hi All, > > I am new to the CI and I am facing some problems.We have multiple Git > repositories and when we are using repo upload more than one > repository is getting uploaded.Now for each change it will create a > Gerrit change.So when I am using Gerrit trigger plugin it is multiple > trigger.I understand may be Gerrit trigger cant handle this.Because > for each Gerrit change the id will be different and unique so it is > trigerring multiple build. > But I want the solution so that only one CI build is triggered.Can > anyone suggest the possible solution > > Thanks > Diptiman
