blob: 96dbcda4d2a76249248b021aae357a27fce5d113 [file] [log] [blame]
Andrew Grimberg41b6efc2019-04-16 21:20:17 -07001---
2- view:
3 name: '00-Empty View'
4 description: >
5 Empty job view. This is used as the default landing view to keep the
6 Jenkins UI responding better while a) under high load and b) when there
7 are a lot of jobs defined in the system'
8 view-type: list
9 filter-executors: false
10 filter-queue: false
11 recurse: false
12 regex: ''
13
14- view:
15 name: CLM
16 description: 'List of CLM jobs'
17 view-type: list
18 filter-executors: false
19 filter-queue: false
20 columns:
21 - status
22 - weather
23 - job
24 - last-success
25 - last-failure
26 - last-duration
27 - build-button
28 recurse: false
29 regex: '.*-clm-.*'