From: Trevor Bramwell Date: Mon, 17 Oct 2016 21:53:29 +0000 (-0700) Subject: Set a Custom URL for Bifrost Verification Jobs X-Git-Tag: danube.1.0~706^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=cfc6721b801f155bcec3a3f5d8ea179d1d0ce954;p=releng.git Set a Custom URL for Bifrost Verification Jobs OpenStack-CI documentation states[1] a custom URL needs to be set in order for Jenkins comments to be correctly formatted by the OpenStack Gerrit server. [1] http://docs.openstack.org/infra/system-config/third_party.html#the-jenkins-gerrit-trigger-plugin-way Change-Id: Id10c9839b823f0b3841cfcaa16a6dd384d34cbbe Signed-off-by: Trevor Bramwell --- diff --git a/jjb/infra/bifrost-verify-jobs.yml b/jjb/infra/bifrost-verify-jobs.yml index a2a57d468..d15bf7426 100644 --- a/jjb/infra/bifrost-verify-jobs.yml +++ b/jjb/infra/bifrost-verify-jobs.yml @@ -131,6 +131,8 @@ exclude-no-code-change: 'false' - comment-added-contains-event: comment-contains-value: 'recheck' + custom-url: '* $JOB_NAME $BUILD_URL' + silent-start: true projects: - project-compare-type: 'PLAIN' project-pattern: 'openstack/bifrost'