diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2024-06-26 17:09:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-06-26 17:09:11 +0000 |
commit | 3416e18723130af5e1f9ec18a60b5316abd7ba7b (patch) | |
tree | 1d1fbcf9b122f5262eeb93129f7fb24a8c47f68c /jjb/policy/policy-apex-pdp.yaml | |
parent | 0ef708f1fa46115456ee686c2bd5c509f198bdeb (diff) | |
parent | 323060ec414807cb6a2ac839ef3781443e74c372 (diff) |
Merge "[POLICY] Configure sonar jobs"
Diffstat (limited to 'jjb/policy/policy-apex-pdp.yaml')
-rw-r--r-- | jjb/policy/policy-apex-pdp.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/policy/policy-apex-pdp.yaml b/jjb/policy/policy-apex-pdp.yaml index c512064ee..82c83dce9 100644 --- a/jjb/policy/policy-apex-pdp.yaml +++ b/jjb/policy/policy-apex-pdp.yaml @@ -63,6 +63,26 @@ mvn-settings: "policy-apex-pdp-settings" java-version: openjdk17 mvn-goals: "clean install" + cron: "@daily" + +- project: + name: policy-apex-pdp-sonar-verify + jobs: + - gerrit-maven-sonar-verify + sonarcloud: true + sonarcloud-project-organization: "{sonarcloud_project_organization}" + sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" + sonar-mvn-goal: "{sonar_mvn_goal}" + build-node: ubuntu1804-builder-4c-4g + project: "policy/apex-pdp" + project-name: "policy-apex-pdp" + branch: "master" + mvn-version: "mvn36" + maven-version: "mvn36" + mvn-settings: "policy-apex-pdp-settings" + java-version: openjdk17 + mvn-goals: "clean install" + sonarcloud-qualitygate-wait: true - project: name: policy-apex-pdp-clm |