From 12a09216ad69c213c355e523e93cad118e55bfd4 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 14 Jan 2016 13:17:01 +0100 Subject: [PATCH] fuel: Set friendly display name for OPNFV Platform CI jobs In order to make job names healthy for the eyes, Set fuel multijob display names to "fuel {scenario}" and exclude POD, loop and branch names from display names since they are/can be displayed on Jenkins View. Change-Id: I638f2f3cd03f975b51affa37758cefc723efdb60 Signed-off-by: Fatih Degirmenci --- jjb/fuel/fuel-ci-jobs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/fuel/fuel-ci-jobs.yml b/jjb/fuel/fuel-ci-jobs.yml index 8b1b56c30..31ea278aa 100644 --- a/jjb/fuel/fuel-ci-jobs.yml +++ b/jjb/fuel/fuel-ci-jobs.yml @@ -67,6 +67,8 @@ - job-template: name: 'fuel-{scenario}-{pod}-daily-{stream}' + display-name: 'fuel {scenario}' + project-type: multijob concurrent: false -- 2.16.6