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