c677ed2860ab452b1c462d866f9c58a9e57f7c52
[ci-management.git] / jjb / policy / policy-common.yaml
1 ---
2 - project:
3     name: policy-common
4     project-name: 'policy-common'
5     jobs:
6       - '{project-name}-{stream}-verify-java'
7       - '{project-name}-{stream}-merge-java'
8       - '{project-name}-{stream}-release-version-java-daily':
9           disabled: true
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
20 - project:
21     name: policy-common-sonar
22     jobs:
23       - gerrit-maven-sonar
24     cron: 'H 11 * * *'
25     build-node: ubuntu1604-builder-4c-4g
26     project: 'policy/common'
27     project-name: 'policy-common'
28     branch: 'master'
29     mvn-settings: 'policy-common-settings'
30     mvn-goals: 'clean install'
31     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'