diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2020-04-16 15:56:55 -0500 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2020-04-16 15:56:55 -0500 |
commit | 9f047b9534f18eee9484e956aa4bb9378cfe2911 (patch) | |
tree | 858237ec55dcaca3a6f6c696198023bf46396a92 | |
parent | 48db6cf40d4619c30e8d57694d53877e93ca2d02 (diff) |
Configure Sweetcomb SonarCloud
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Change-Id: I904d4cbfb7e61a749cdef168929c5d3144a37c83
-rw-r--r-- | jjb/sweetcomb/sweetcomb.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/sweetcomb/sweetcomb.yaml b/jjb/sweetcomb/sweetcomb.yaml index 9256b15b0..fa601d8b1 100644 --- a/jjb/sweetcomb/sweetcomb.yaml +++ b/jjb/sweetcomb/sweetcomb.yaml @@ -257,3 +257,17 @@ build-node: centos7-builder-4c-4g project: sweetcomb branch: master + +- project: + name: sweetcomb-sonar + project: sweetcomb + project-name: sweetcomb + mvn-settings: sweetcomb-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-docker-4c-4g + jobs: + - gerrit-maven-sonar |