diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-06-30 14:24:26 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-06-30 14:26:44 +0000 |
commit | 89e70c832858d63bc22531defacea605e179f7fa (patch) | |
tree | abfda9067149b873a0b5b2051ae7d1b135310b28 /jjb/dcaegen2 | |
parent | 258ce2135026de720c4c20e57bf34804d03ad66b (diff) |
update cbs sonar job
Change-Id: Ib4310fbfb51939b98ef3acdc0e115f326efd8e50
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2310
Diffstat (limited to 'jjb/dcaegen2')
-rw-r--r-- | jjb/dcaegen2/dcaegen2-platform-configbinding.yaml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml index 61c27fcb1..221e0f521 100644 --- a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml @@ -33,19 +33,24 @@ - 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 |