Merge "Add script for connecting static jenkins slaves"
[ci-management.git] / jjb / common-views.yaml
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       - policy-violations
29     recurse: false
30     regex: '.*-clm-.*'