blob: 6cae441b9fef77d38a15b5855a429fc247f5f264 [file] [log] [blame]
Andrew Grimberg41b6efc2019-04-16 21:20:17 -07001---
2- view:
Anil Belur439502c2023-05-07 12:39:38 +10003 name: "00-Empty View"
Andrew Grimberg41b6efc2019-04-16 21:20:17 -07004 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
Anil Belur439502c2023-05-07 12:39:38 +100012 regex: ""
Andrew Grimberg41b6efc2019-04-16 21:20:17 -070013
14- view:
15 name: CLM
Anil Belur439502c2023-05-07 12:39:38 +100016 description: "List of CLM jobs"
Andrew Grimberg41b6efc2019-04-16 21:20:17 -070017 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
Anil Belur439502c2023-05-07 12:39:38 +100029 regex: ".*-clm-.*"