From f1f9d3ab1af5c592300073e0cdce6b4161dc8c3d Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 20 Sep 2022 23:09:18 +0100 Subject: [PATCH] Feat: Add sonar CLI job using new template Signed-off-by: Matthew Watkins Change-Id: Ibab15cfa2820e3777896d8c982f91ec76b836fb9 --- jjb/smo-ves/smo-ves.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/smo-ves/smo-ves.yaml b/jjb/smo-ves/smo-ves.yaml index 7578c6f2..73958916 100644 --- a/jjb/smo-ves/smo-ves.yaml +++ b/jjb/smo-ves/smo-ves.yaml @@ -158,3 +158,4 @@ sonar.python.coverage.reportPaths=coverage.xml jobs: - gerrit-tox-sonar + - gerrit-cli-sonar -- 2.16.6