<div dir="ltr">Hi guys,<div>I am in charge of a third party CI (for Cinder). My setup is based on Jenkins + gerrit trigger plugin. As you may know, it"s hard to customize the message in the "Gerrit Verified Commands" config. In particular, it"s not possible to add "white/empty line". And you need white lines if you have several builds for the same trigger.</div><div><br></div><div>As you know, the infra team wants the 3rd party CI to respect this format :</div><div><a href="http://ci.openstack.org/third_party.html#posting-result-to-gerrit">http://ci.openstack.org/third_party.html#posting-result-to-gerrit</a> </div><div><br></div><div>Currenly gerrit trigger plugin reports in this format :</div><div><br></div><div><a href="http://link.to/result">http://link.to/result</a> : [SUCCESS|FAILURE]<br></div><div><br></div><div>As you see the "test-name-no-spaces" is missing...</div><div><br></div><div>I don't want to fork the gerrit-trigger (the code to change is here [1]) just for that. And, I know other people have faced the same issue. For some obscure reason I don't want to install/use Zuuul.</div><div><br></div><div>So would it make sense to slightly change the regex [2] so that gerrit trigger is also supported out of the box  ? That would make my life easier :)</div><div><br></div><div>Thanks,</div><div>Jordan</div><div><br></div><div>[1] <a href="https://github.com/jenkinsci/gerrit-trigger-plugin/blob/master/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java#L531">https://github.com/jenkinsci/gerrit-trigger-plugin/blob/master/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java#L531</a></div><div>[2] <a href="https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/gerrit.pp#n164">https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/gerrit.pp#n164</a></div><div><br></div><div><br></div><div><br></div></div>