Re: jenkins build hangs while trying to check for modifications on git

2013-04-06 Thread Antonio Terreno
Thanks Scott, no we are not on windows, it's a SmartOs box (an OS I never used before): I have some fear that there might be a bug in the git version over there, but as I replied to Jonathan we need to find out first if it's a network issue.. cheers On Fri, Apr 5, 2013 at 8:54 PM, Scott Evans w

Re: jenkins build hangs while trying to check for modifications on git

2013-04-06 Thread Antonio Terreno
Cheers Jonathan, we don't have any branch, just about 7 tags at the moment, a team mate wrote a script to loop over git, doing few git operations and sometimes some of them fail. We will pass the issue to our ops, it might be network related. So for now we just do a build every 5 minutes, not super

Re: jenkins build hangs while trying to check for modifications on git

2013-04-05 Thread Scott Evans
Antonio, Is this on a Windows box with more than one agent configured to run on it and possibly more than one agent is trying to do a git pull at the same time? If so, it may be ssh hanging on you. I recently went through this myself, and found the following reference a great help. http://darre

Re: jenkins build hangs while trying to check for modifications on git

2013-04-05 Thread JonathanRRogers
On Friday, April 5, 2013 3:55:24 AM UTC-4, Antonio Terreno wrote: > > Hi all, > > we are occasionally incurring a problem with our builds, basically the > build process hangs till a timeout occurs while doing git clone. > > This problem is affecting us more and more frequent, our jenkins has jus