From a434de1632283e9cd1387b02c8391a15b443c014 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 20 Sep 2022 13:46:26 +0100 Subject: [PATCH] Feat: Add new variables for Sonar CLI jobs Signed-off-by: Matthew Watkins Change-Id: Ib6211c0b6eef42ad4a13e305cc3b978a9856c4cc --- jjb/smo-ves/smo-ves.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/smo-ves/smo-ves.yaml b/jjb/smo-ves/smo-ves.yaml index fd94438e..7578c6f2 100644 --- a/jjb/smo-ves/smo-ves.yaml +++ b/jjb/smo-ves/smo-ves.yaml @@ -22,6 +22,8 @@ project-name: smo-ves # maven settings file has docker credentials mvn-settings: smo-ves-settings + sonarcloud-project-key: "smo-ves" + sonarcloud-project-organization: "o-ran-sc" - project: <<: *ves_docker_common -- 2.16.6