Andrew Grimberg | 41b6efc | 2019-04-16 21:20:17 -0700 | [diff] [blame] | 1 | --- |
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-.*' |