From 27d29d845db84ac1768770fbdff8a593a41bc66b Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 17 Jul 2019 19:22:05 +0200 Subject: [PATCH] [iec] view: Hide downstream projects IEC Jenkins project view is getting cluttered with all the downstream static project jobs (e.g. deploy, destroy, install-). Filter only parent jobs (e.g. iec-compass-virtual-ubuntu1604-master), which offer the best high-level visibility of the overall job status. Change-Id: I26490baaf0e6c2dc294432804a1f7ba033e9ab6b Signed-off-by: Alexandru Avadanii Signed-off-by: Eric Ball --- jjb/iec/iec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 1c4a758..bf2f648 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -4,7 +4,9 @@ project-name: 'iec' project: '{project-name}' views: - - project-view + - common-view: + view-name: iec + view-regex: '^{project-name}-(tox|fuel|compass)-.*' # ------------------------------- # BRANCH DEFINITIONS # ------------------------------- -- 2.16.6