From: Vanessa Rene Valderrama Date: Thu, 16 Apr 2020 16:24:33 +0000 (-0500) Subject: Configure CSIT for SonarCloud X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=48db6cf40d4619c30e8d57694d53877e93ca2d02;p=ci-management.git Configure CSIT for SonarCloud Signed-off-by: Vanessa Rene Valderrama Change-Id: I721b94aac3527ce0544886da37a674c869633512 --- diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 19262f745..62be2a759 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -301,3 +301,17 @@ build-node: centos7-builder-4c-4g project: csit branch: master + +- project: + name: csit-sonar + project: csit + project-name: csit + mvn-settings: csit-settings + sonarcloud: true + sonarcloud-project-organization: '{sonarcloud_project_organization}' + sonarcloud-api-token: '{sonarcloud_api_token}' + sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' + branch: master + build-node: centos7-builder-4c-4g + jobs: + - gerrit-maven-sonar