update cbs sonar job 88/109688/3
authorVijay Venkatesh Kumar <vv770d@att.com>
Tue, 30 Jun 2020 14:24:26 +0000 (14:24 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Tue, 30 Jun 2020 14:26:44 +0000 (14:26 +0000)
Change-Id: Ib4310fbfb51939b98ef3acdc0e115f326efd8e50
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2310

jjb/dcaegen2/dcaegen2-platform-configbinding.yaml

index 61c27fc..221e0f5 100644 (file)
 
 - project:
     name: dcaegen2-platform-configbinding-sonar
-    project: dcaegen2/platform/configbinding
-    project-name: dcaegen2-platform-configbinding
+    jobs:
+      - gerrit-tox-sonar
+    sonarcloud: true
+    sonarcloud-project-organization: '{sonarcloud_project_organization}'
+    sonarcloud-api-token: '{sonarcloud_api_token}'
+    sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
+    sonar-mvn-goal: '{sonar_mvn_goal}'
     cron: '@daily'
     build-node: ubuntu1804-docker-8c-8g
-    # Sonar jobs use maven to push report
-    mvn-settings: dcaegen2-platform-configbinding-settings
-    mvn-goals: 'clean test'
-    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-    branch: master
+    project: 'dcaegen2/platform/configbinding'
+    project-name: 'dcaegen2-platform-configbinding'
+    branch: 'master'
     # used by tox-install.sh to specify the interpreter used to install tox
     python-version: python3
-    jobs:
-      - gerrit-tox-sonar
+    mvn-settings: 'dcaegen2-platform-configbinding-settings'
+    mvn-goals: 'clean test'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
 
 - project:
     name: dcaegen2-platform-configbinding-info