We're using the Jenkins Gerrit Trigger plugin with Gerrit 2.14.1. In the configuration for a Jenkins job, in the Gerrit Trigger section, I have it set to Trigger On Patchset Created. In that section, I've turned on the option to "Exclude No Code Change". This has the effect of not re-running our lengthy verification process when someone creates a new patchset in their review with just a commit message change (and no code changes). This is good. However, when this happens, the votes on the verification label get cleared. So the review had a verification +1 for patchset 2, someone updates the commit message, which creates patchset 3, and now the review has no verification +1 and no automated verification process will run to give it the verification +1 it needs before it can get submitted.
How can I get Gerrit to not clear the votes when all that changed is a commit message?
thanks,
--Andrew