From a03b5e0a3fa9fe07691b41dfdbe02215dbfa651e Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 21 Apr 2020 16:09:16 +0200 Subject: [PATCH] iec: view: Stop filtering out the sonar job The 'iec-sonar' job should be displayed under the IEC Jenkins view, similar to 'iec-tox-verify-master'. Change-Id: Icfcc0f516f638c59713601fa77e8088178980875 Signed-off-by: Alexandru Avadanii --- jjb/iec/iec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 047aab2..f6d9df8 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -6,7 +6,7 @@ views: - common-view: view-name: iec - view-regex: '^{project-name}-(tox|type1|type2)-(verify|fuel|compass)-.*' + view-regex: '^{project-name}-(sonar|(tox|type1|type2)-(verify|fuel|compass)-.*)' # ------------------------------- # BRANCH DEFINITIONS # ------------------------------- -- 2.16.6