-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.463 or later
Git client plugin 7.0.0 or later
Git client plugin 6.0.0 includes JGit 7.0.0. JGit 7.0.0 removes methods that have been deprecated for many years. The last changes plugin git implementation uses the peel(Ref) method that has been removed.
The peel(Ref) call needs to be replaced with a getRefDatabase().peel(Ref) call.
- is related to
-
JENKINS-73780 Checkout fails with setForce() method not found exception with git client 6.0.0 and later
- Open
-
JENKINS-73775 Some Blue ocean git operations fail with git client plugin 6.0.0
- Resolved
- links to