Background:
I setup the Gerrit Code Review Plugin for Jenkins because the Gerrit Trigger wouldn't work with our company firewall. Your plugin works great though.
As mentioned in the issue above, it names the jobs as the full change name (e.g. 45/21445/1). 
It would be super if the job was just named 21445 or even 45/21445 and then the patchset could become the build number (or build description and build number just incrementing number for each build). This would make a lot more sense, I think. Then if you wanted to use Jenkins pipeline code to kill your other patchset (still running) for a given change, you could use
This would help cover some requirements met by Gerrit trigger.
Background:
I setup the Gerrit Code Review Plugin for Jenkins because the Gerrit Trigger wouldn't work with our company firewall. Your plugin works great though.
As mentioned in the issue above, it names the jobs as the full change name (e.g. 45/21445/1).
It would be super if the job was just named 21445 or even 45/21445 and then the patchset could become the build number (or build description and build number just incrementing number for each build). This would make a lot more sense, I think. Then if you wanted to use Jenkins pipeline code to kill your other patchset (still running) for a given change, you could use
This would help cover some requirements met by Gerrit trigger.