-
Bug
-
Resolution: Won't Fix
-
Major
-
Jenkins 1.509.2 on JDK 1.7.0_25, master on Debian x64, slaves on Debian x64, x86, Windows x64, x86, and CentOS x64
While exploring the Git 2.0 plugin beta version, I found that several of my jobs which were attempting to update from a large repository would hang the Jenkins job at the "Updating references" stage.
The jobs which hung were all using jgit rather than the command line git. When I switched the jobs from jgit back to command line git, they worked as expected.
- is duplicated by
-
JENKINS-18960 Clone of 2.5 GB git repository is dramatically slower with jgit than command line git
-
- Closed
-
If the root of the problem is in JGit, then I don't think we should attempt to solve it in Jenkins. I don't think we're trying to solve other JGit functionality gaps in Jenkins, so this should just be a known limitation. So long as we don't remove support for command line git, that works well for me.