From cfc6721b801f155bcec3a3f5d8ea179d1d0ce954 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Mon, 17 Oct 2016 14:53:29 -0700 Subject: [PATCH] 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 --- jjb/infra/bifrost-verify-jobs.yml | 2 ++ 1 file changed, 2 insertions(+) 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' -- 2.16.6