diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2016-10-17 14:53:29 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2016-10-18 08:11:15 -0700 |
commit | cfc6721b801f155bcec3a3f5d8ea179d1d0ce954 (patch) | |
tree | 3bf849343234fd449d5abaea32a63187d3e0b535 /jjb/infra | |
parent | 307a8f07e8c17800ed1214394a3aacf02045a03a (diff) |
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 <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/infra')
-rw-r--r-- | jjb/infra/bifrost-verify-jobs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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' |