X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fpolicy%2Fpolicy-common.yaml;h=e664f6e81c44337dccad88df9fb08959e153b6b4;hb=refs%2Fchanges%2F81%2F31781%2F1;hp=daa9cecc4c50c16c65bc7a9302b90f161ef18f33;hpb=192a9c4538c6f3fcb9ebafba842be49db57bc621;p=ci-management.git diff --git a/jjb/policy/policy-common.yaml b/jjb/policy/policy-common.yaml index daa9cecc4..e664f6e81 100644 --- a/jjb/policy/policy-common.yaml +++ b/jjb/policy/policy-common.yaml @@ -3,17 +3,31 @@ name: policy-common project-name: 'policy-common' jobs: - - '{project-name}-{stream}-verify-java-skip-tests' + - gerrit-maven-clm: + - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-stage-site-java': + site-pom: 'pom.xml' + trigger-job: '{project-name}-{stream}-release-version-java-daily' project: 'policy/common' stream: - 'master': branch: 'master' - - 'release-1.0.0': - branch: 'release-1.0.0' mvn-settings: 'policy-common-settings' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: policy-common-sonar + jobs: + - gerrit-maven-sonar + cron: 'H 11 * * *' + build-node: ubuntu1604-basebuild-4c-4g + project: 'policy/common' + project-name: 'policy-common' + branch: 'master' + mvn-settings: 'policy-common-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'