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

XMLWordPrintable

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

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

              Created:
              Updated: