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

Optionally allow rebase before push from Git publisher

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • git-plugin
    • git plugin 4.1.0

      Assume during our build someone else pushed unrelated changes (commitFile1) to the remote repo. So our own changes committed during the build (commitFile2) cannot be pushed back to the remote origin.

      * 0eb2599 (HEAD) changed commitFile2
      | * 64e71e7 (origin/master) changed commitFile1
      |/
      * b2578eb init
      

      To resolve this we can fetch the remote changes and rebase our own changes just before the push of the branches.

      * 0e7674c (HEAD) changed commitFile2
      * 64e71e7 (origin/master) changed commitFile1
      * b2578eb init
      

      Provide a checkbox that will allow "Rebase before push" as an option in the "Branches to push to remote repositories". When enabled we try to rebase before the actual push.

          [JENKINS-60564] Optionally allow rebase before push from Git publisher

          Mark Waite added a comment -

          Merged to master branch Dec 20, 2019. Planned for inclusion in git plugin 4.1 to be released by Dec 31, 2019.

          Mark Waite added a comment - Merged to master branch Dec 20, 2019. Planned for inclusion in git plugin 4.1 to be released by Dec 31, 2019.

          Mark Waite added a comment -

          Fixed in git plugin 4.1.0, released Jan 18, 2020.

          Mark Waite added a comment - Fixed in git plugin 4.1.0, released Jan 18, 2020.

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

              Created:
              Updated:
              Resolved: