summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/sweetcomb/sweetcomb.yaml14
-rw-r--r--jjb/tldk/tldk.yaml14
2 files changed, 28 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
diff --git a/jjb/tldk/tldk.yaml b/jjb/tldk/tldk.yaml
index 0e26ad9c7..4fd10a09a 100644
--- a/jjb/tldk/tldk.yaml
+++ b/jjb/tldk/tldk.yaml
@@ -252,3 +252,17 @@
build-node: centos7-builder-4c-4g
project: tldk
branch: master
+
+- project:
+ name: tldk-sonar
+ project: tldk
+ project-name: tldk
+ mvn-settings: tldk-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