Hi guys, 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. As you know, the infra team wants the 3rd party CI to respect this format : http://ci.openstack.org/third_party.html#posting-result-to-gerrit Currenly gerrit trigger plugin reports in this format : http://link.to/result : [SUCCESS|FAILURE] As you see the "test-name-no-spaces" is missing... 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. 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 :) Thanks, Jordan [1] https://github.com/jenkinsci/gerrit-trigger-plugin/blob/master/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ParameterExpander.java#L531 [2] https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/gerrit.pp#n164 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150320/d2e81d68/attachment.html>