d7f853ec224fad95beb67cc26e89faf4b4020992
[ci-management.git] / jjb / policy / policy-distribution.yaml
1 ---
2 - project:
3     name: policy-distribution
4     project-name: 'policy-distribution'
5     jobs:
6       - gerrit-maven-clm
7       - '{project-name}-{stream}-verify-java'
8       - '{project-name}-{stream}-merge-java'
9
10     project: 'policy/distribution'
11     stream:
12       - 'master':
13           branch: 'master'
14     mvn-settings: 'policy-distribution-settings'
15     files: '**'
16     archive-artifacts: ''
17     build-node: ubuntu1604-builder-4c-4g
18 - project:
19     name: policy-distribution-sonar
20     jobs:
21       - gerrit-maven-sonar
22     cron: 'H 11 * * *'
23     build-node: ubuntu1604-builder-4c-4g
24     project: 'policy/distribution'
25     project-name: 'policy-distribution'
26     branch: 'master'
27     mvn-settings: 'policy-distribution-settings'
28     mvn-goals: 'clean install'
29     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'