diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-14 13:17:01 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-14 13:22:52 +0100 |
commit | 12a09216ad69c213c355e523e93cad118e55bfd4 (patch) | |
tree | 0c174ef89381b5a6c3d5f1ba32dbdd8ac7243f8a /jjb/fuel | |
parent | 9d0d0dfecdfc3982532265558238e1dff06e9620 (diff) |
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 <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/fuel')
-rw-r--r-- | jjb/fuel/fuel-ci-jobs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |