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: Git Plugin not pulling from repo when builds are initiated

2014-09-11 Thread Eugene Sajine
I could recommend to use the custom workspace for your job (it is in advanced settings for the job). Set it to where your local git repository is and it will all work. On Thursday, September 11, 2014 12:04:20 PM UTC-4, polarice wrote: Hello Mark, After looking at your third suggestion, we

Re: Git Plugin not pulling from repo when builds are initiated

2014-09-11 Thread Eugene Sajine
than a 1000 jobs configured that way. On Thursday, September 11, 2014 12:37:58 PM UTC-4, Mark Waite wrote: If you really must use a workspace other than the default, then Eugene is correct, you'll need to use the advanced setting. If you choose that path, you should be aware that you've chosen

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

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

2014-09-10 Thread Eugene Sajine
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 eug...@gmail.com javascript:: Hi list, my settings are: build property GERRIT_REFSPEC = refs/heads/my_branch Git

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

2014-09-10 Thread Eugene Sajine
there is no jobs that using polling. On Wednesday, September 10, 2014 4:23:52 PM UTC-4, Eugene Sajine wrote: 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

Maven 3 PreBuild Extension Point

2014-04-04 Thread eugene
Basically the title says it all, is there a pre-build extension point for maven 3? i am looking at MavenReporter, but it does not work. It seams like it was made for maven 2 (I am looking at it's implementations) and almost all of them say their are for maven 2... Thx, Eugene. -- View

Re: LocalRepositoryLocator not getting called

2014-04-04 Thread eugene
Answering to myself... You have to go to jenkins settings and choose a different local repo strategy (Configure Jenkins - local maven repository - and select your plugin... ) -- View this message in context: