-
Bug
-
Resolution: Unresolved
-
Minor
-
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.
the plugin switching on trivial rebase patch set even when corresponding checkbox is marked.
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 ?