Hi Peter, Same thing happened to me as well. I'm using Jenkins-1.634; Git-Plugin-2.4.0; Git-Client-Plugin-1.19.0; Gerrit-trigger:2.16.0
I configed the Gerrit Trigger plugin on jenkins based on the article https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger. On git plugin, I set Refspec to *refs/changes/*:refs/changes/** and 'Branches to build' to *$GERRIT_REFSPEC.* The job can be triggered when new patch set is created. However, the changelog to this build contains all the changes (max 1024 changes in total). This issue bothers me a lot because I'm sending emails to all the people contributing to that changelog instead of the committer himself. So I'm eager to know that if you had find out a solution to this issue? Thanks, looking forward to your reply. Andy On Thursday, August 21, 2014 at 9:13:43 AM UTC+8, Peter Wood wrote: > > Jenkins-1.567; Git-Plugin-2.2.5; Gerrit-Trigger-2.11.1 > > I setup Jenkins-Git-Gerrit and everything works as expected. > > The issue I'm having is that every build shows list of changes starting > from the initial commit all the way to the last commit that actually > triggered the build. Seems like it doesn't update the local repository and > it start from scratch every time a build is triggered. > > My Workspace files are up to date but my Pull Log for the builds is empty. > > Also if I manually run a build (i.e. not triggered by an event) it does a > pull of the very first commit only and then continues with the tests. > > I know I missed some settings somewhere. > > Any help is appreciated. > > Thanks, > > -- Peter > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/a79fb52f-20fa-45a9-97b1-cf701333e455%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
