X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fpolicy%2Fpolicy-distribution.yaml;fp=jjb%2Fpolicy%2Fpolicy-distribution.yaml;h=d7f853ec224fad95beb67cc26e89faf4b4020992;hb=12ac3b428c60f0f7062b936ef7cede45b4630e26;hp=0000000000000000000000000000000000000000;hpb=0bdd513f0d4b76dcb4ad4d8293dac3e9e2fd202d;p=ci-management.git diff --git a/jjb/policy/policy-distribution.yaml b/jjb/policy/policy-distribution.yaml new file mode 100644 index 000000000..d7f853ec2 --- /dev/null +++ b/jjb/policy/policy-distribution.yaml @@ -0,0 +1,29 @@ +--- +- project: + name: policy-distribution + project-name: 'policy-distribution' + jobs: + - gerrit-maven-clm + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + + project: 'policy/distribution' + stream: + - 'master': + branch: 'master' + mvn-settings: 'policy-distribution-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-builder-4c-4g +- project: + name: policy-distribution-sonar + jobs: + - gerrit-maven-sonar + cron: 'H 11 * * *' + build-node: ubuntu1604-builder-4c-4g + project: 'policy/distribution' + project-name: 'policy-distribution' + branch: 'master' + mvn-settings: 'policy-distribution-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'