Re: Jenkins Git polling finds changes when there are none when using gerrit trigger strategy

2014-09-11 Thread Eugene Sajine
seems that the solutiion is to have Poll SCM set, but have polling schedule empty. this allows for gerrit hook to work with git plugin push notification and seems not to cause configuration conflicts. On Wednesday, September 10, 2014 5:57:13 PM UTC-4, Eugene Sajine wrote: > > well, not so shiny

Re: Jenkins Git polling finds changes when there are none when using gerrit trigger strategy

2014-09-10 Thread Eugene Sajine
well, not so shiny;) so when the poll was switched off the server calmed down and stopped repolling and rebuilding. BUt in the same time i los the ability to trigger build in case of direct push to the 'my_branch' using gerrit post-receive hook and git plugin push notification, because there is

Re: Jenkins Git polling finds changes when there are none when using gerrit trigger strategy

2014-09-10 Thread Eugene Sajine
thank you, but i made this typo when i was writing down the message - i didn't copy/paste settings as the server is actually behind firewall Currently i narrowed it down to the fact that i had gerrit event trigger configured together with the Poll scm trigger and those seem to be conflicting se

Re: Jenkins Git polling finds changes when there are none when using gerrit trigger strategy

2014-09-10 Thread Baptiste Mathus
Not yet checked our config since we also use that plugin, but just a quick drop: isn't it a typo in: Branches to build = $GERIT_BRANCH Missing a r in GERRIT, maybe that's part of the issue? My 2 cents 2014-09-10 18:24 GMT+02:00 Eugene Sajine : > Hi list, > > my settings are: > > build property

Jenkins Git polling finds changes when there are none when using gerrit trigger strategy

2014-09-10 Thread Eugene Sajine
Hi list, my settings are: build property GERRIT_REFSPEC = refs/heads/my_branch Git repository refspec = $GERRIT_REFSPEC Branches to build = $GERIT_BRANCH Strategy = Gerrit Trigger Gerrit event: repo plain repos name, branch plain "my_branch" the problem: Everytimte the poll is triggered (not