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

'exclude trivial rebase' check box does not affects.

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • gerrit-trigger-plugin
    • Ubuntu, Jenkins 1.595, gerrit-trigger-plugin 2.20.0, gerrit 2.11.2

      the plugin switching on trivial rebase patch set even when corresponding checkbox is marked.

          [JENKINS-34869] 'exclude trivial rebase' check box does not affects.

          Aleksey LastName added a comment - - edited

          I figure out why it does so:
          Gerrit 2.10 has Kind of change uploaded:
          REWORK,
          TRIVIAL_REBASE,
          NO_CODE_CHANGE,

          Gerrit 2.11:
          REWORK
          Nontrivial content changes.

          TRIVIAL_REBASE
          Conflict-free merge between the new parent and the prior patch set.

          NO_CODE_CHANGE
          No code changed; same tree and same parent tree.

          NO_CHANGE
          No changes; same commit message, same tree and same parent tree.

          So, when we do some kind of trivial rebase (rebase some change in chain-changes after a patch set of some change in the chain was chanded) in Gerrit 2.11 we get kind:NO_CHANGE

          Will you do update for Gerrit >2.10 ?

          Aleksey LastName added a comment - - edited I figure out why it does so: Gerrit 2.10 has Kind of change uploaded: REWORK, TRIVIAL_REBASE, NO_CODE_CHANGE, Gerrit 2.11 : REWORK Nontrivial content changes. TRIVIAL_REBASE Conflict-free merge between the new parent and the prior patch set. NO_CODE_CHANGE No code changed; same tree and same parent tree. NO_CHANGE No changes; same commit message, same tree and same parent tree. So, when we do some kind of trivial rebase (rebase some change in chain-changes after a patch set of some change in the chain was chanded) in Gerrit 2.11 we get kind:NO_CHANGE Will you do update for Gerrit >2.10 ?

            rsandell rsandell
            themazay Aleksey LastName
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: