Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-73781

Last change publishing fails with peel() method not found in git client 6.0.0 and later

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • last-changes-plugin
    • 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.

          [JENKINS-73781] Last change publishing fails with peel() method not found in git client 6.0.0 and later

          Mark Waite added a comment - - edited

          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.

          Mark Waite added a comment - - edited 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.

            Unassigned Unassigned
            markewaite Mark Waite
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: