-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.463 or later
Git client plugin 6.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
[JENKINS-73781] Last change publishing fails with peel() method not found in git client 6.0.0 and later
Link | New: This issue is related to JENKINS-73780 [ JENKINS-73780 ] |
Link |
New:
This issue is related to |
Remote Link | New: This issue links to "Caused by PR-1170 to git client plugin - use JGit 7.0.0 (Web Link)" [ 29996 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | Original: Rafael Pestano [ rmpestano ] | New: Mark Waite [ markewaite ] |
Remote Link | New: This issue links to "PR-97 - replace peel() with getRefDatabase().peel() (Web Link)" [ 29999 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Attachment | New: last-changes.hpi [ 63312 ] |
I've attached the pre-release build from ci.jenkins.io as last-changes.hpi
in case a plugin user is able to test drive it.