Update jgit to fix locking issue
leonard84 opened this issue · 4 comments
leonard84 commented
Please update the jgit library to fix this bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=566170 it currently slows down all our ci-builds.
locking FileBasedConfig[/home/ci-build/.config/jgit/config] failed after 5 retries
zerovian commented
Any update on this? We're also getting hangs with jgit when run from teamcity.
dcoraboeuf commented
I'll have a look. There was a PR about this, but I think it's outdated by now.
dcoraboeuf commented
Available in 3.0.0
Note that the latest version of jgit required JDK 11 so I had to bump the major version (2 -> 3) because it's clearly a breaking change.
zerovian commented
nice. thanks for the fast fix.