Re: Github (enterprise) service hooks and Jenkins

2013-07-18 Thread Costin Caraivan
Ok, got it, thanks! _ Costin Caraivan On Thu, Jul 18, 2013 at 5:19 PM, Vincent Latombe wrote: > Read [1], and you'll understand why ;) > > [1] > http://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook/ > Vincent > > > 2013/7/18 Costin Caraivan : >> V

Re: Github (enterprise) service hooks and Jenkins

2013-07-18 Thread Vincent Latombe
Read [1], and you'll understand why ;) [1] http://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook/ Vincent 2013/7/18 Costin Caraivan : > Very, very strange. Why doesn't it just POST http://jenkins/job/myjob/build? > :-? > _ > Costin Caraivan > > >

Re: Github (enterprise) service hooks and Jenkins

2013-07-18 Thread Costin Caraivan
Very, very strange. Why doesn't it just POST http://jenkins/job/myjob/build? :-? _ Costin Caraivan On Thu, Jul 18, 2013 at 1:04 PM, Vincent Latombe wrote: > Hi > > The git hook actually triggers the polling, not directly a build. > > Vincent > > > 2013/7/18 Costin Caraivan : >> Hello

Re: Github (enterprise) service hooks and Jenkins

2013-07-18 Thread Vincent Latombe
Hi The git hook actually triggers the polling, not directly a build. Vincent 2013/7/18 Costin Caraivan : > Hello, > > We're trying to reconfigure our Jenkins instance (Jenkins ver. 1.522, > Linux master) to use Git hooks instead of Git polling. > > We've configured the Github repo to trigger ou

Github (enterprise) service hooks and Jenkins

2013-07-18 Thread Costin Caraivan
Hello, We're trying to reconfigure our Jenkins instance (Jenkins ver. 1.522, Linux master) to use Git hooks instead of Git polling. We've configured the Github repo to trigger our builds, but there's this note that seems kind of... strange in the Github configuration: Requires Git Plugin v1.1.18