-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Ubuntu 12.04
Java 1.7
Jenkins 1.628
git-client-plugin 1.19.0 (JGit 3.7.1.201504261725-r)
git-plugin 2.4.0
Configuring Jenkins to use JGit, cloning a git repo containing symlinks leads to a clone where symlinks are replaced by files. The created clone config file contains the following:
[core]
symlinks = false
According to what I read in this JGit issue, I thought the issue would have been solved by meeting the following conditions:
- running Jenkins on java 7
- Using JGit>3.7.0, i.e. using git-client-plugin>=1.18.0
It seems I was wrong, but I don't know where to look now.
Or just dropping in plugins/git-client/WEB-INF/lib/ the missing jar downloaded here: http://jcenter.bintray.com/org/eclipse/jgit/org.eclipse.jgit.java7/3.7.1.201504261725-r/org.eclipse.jgit.java7-3.7.1.201504261725-r.jar
(found on that page: http://mavensearch.io/repo/org.eclipse.jgit/org.eclipse.jgit.java7/3.7.1.201504261725-r)