Re: Git fetch intermittently fails

2016-06-30 Thread Jérémie Faucher-Goulet
I will try that, but I believe this is more of a consequence of the issue I'm having rather than the cause. I'll monitor more closely what's happening and keep a longer build history to see if a pattern shows up. Any suggestion on what I should try or do to investigate this further? Regards, J

Re: Git fetch intermittently fails

2016-06-29 Thread Mark Waite
On Wed, Jun 29, 2016 at 3:43 PM Jérémie Faucher-Goulet wrote: > In that case, yes you are correct, scm-manager does use JGit. I assume > that the "Remote: " part of the messages means these messages come from the > server? I'm not familiar with Git protocols. > > Yes, we see these failures interm

Re: Git fetch intermittently fails

2016-06-29 Thread Mark Waite
On Tuesday, June 28, 2016 at 5:53:54 PM UTC-6, Jérémie Faucher-Goulet wrote: > > Hi Mark, > > Thanks for taking time answering, > > What do you mean by "git server" and "git as a server"? > I meant scm-manager in your case. As far as I can tell from reading the scm-manager changelog, they use

Re: Git fetch intermittently fails

2016-06-28 Thread Jérémie Faucher-Goulet
Hi Mark, Thanks for taking time answering, What do you mean by "git server" and "git as a server"? We currently use (and clone via HTTPS) from a private installation of scm-manager version 1.41. But I don't think the "git server" is at cause since only Jenkins exp

Re: Git fetch intermittently fails

2016-06-28 Thread Mark Waite
Are you trying to clone a huge repo with JGit on the git server? If so, you might try cloning the same repo with command line git on the server. I don't recognize "Finding sources" or "Getting sizes" as common messages from command line git as a server. Mark Waite On Thursday, June 16, 2016 a