diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-02-03 17:03:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-03 17:03:47 +0000 |
commit | 510c3df388eeda13b9b100491a1dc48e04f889db (patch) | |
tree | 7736a42b0c0e44343a1b60025b177d99ca299972 /jjb | |
parent | 14f7fc04f23c4867e1d853805bf66501202aae95 (diff) | |
parent | a4fac91d4d007854811ec65de1d2a2e544a541a0 (diff) |
Merge "Migrate HOLMES to SonarCloud"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/holmes/holmes-common.yaml | 5 | ||||
-rw-r--r-- | jjb/holmes/holmes-engine-mgt.yaml | 5 | ||||
-rw-r--r-- | jjb/holmes/holmes-rule-mgt.yaml | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index d950825a9..3f8816ea2 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -31,6 +31,11 @@ name: holmes-common-sonar jobs: - gerrit-maven-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: ubuntu1604-builder-4c-4g project: 'holmes/common' diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index 078858407..cb23377e8 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -29,6 +29,11 @@ name: holmes-engine-management-sonar jobs: - gerrit-maven-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: ubuntu1604-builder-4c-4g project: 'holmes/engine-management' diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index 5f1bae291..7e4342b68 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -29,6 +29,11 @@ name: holmes-rule-management-sonar jobs: - gerrit-maven-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: ubuntu1604-builder-4c-4g project: 'holmes/rule-management' |