From: Alexandru Avadanii Date: Tue, 21 Apr 2020 14:09:16 +0000 (+0200) Subject: iec: view: Stop filtering out the sonar job X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=a03b5e0a3fa9fe07691b41dfdbe02215dbfa651e 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 --- 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 # -------------------------------