X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fcommon-views.yaml;fp=jjb%2Fcommon-views.yaml;h=c3b0e4b3c491f3e3627b05ffcb5b85e73abcc479;hp=0000000000000000000000000000000000000000;hb=40f4d8f04b51c4fc19db239342c52674a916dc93;hpb=14891ce5634ea7d66b7e8c54ac89f968fa181c6d diff --git a/jjb/common-views.yaml b/jjb/common-views.yaml new file mode 100644 index 0000000..c3b0e4b --- /dev/null +++ b/jjb/common-views.yaml @@ -0,0 +1,30 @@ +--- +- view: + name: '00-Empty View' + description: > + Empty job view. This is used as the default landing view to keep the + Jenkins UI responding better while a) under high load and b) when there + are a lot of jobs defined in the system' + view-type: list + filter-executors: false + filter-queue: false + recurse: false + regex: '' + +- view: + name: CLM + description: 'List of CLM jobs' + view-type: list + filter-executors: false + filter-queue: false + columns: + - status + - weather + - job + - last-success + - last-failure + - last-duration + - build-button + - policy-violations + recurse: false + regex: '.*-clm-.*'