fef485eaa3b945febfaab86a27b02db3678c61d4
[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           disabled: true
11
12     project: 'policy/common'
13     stream:
14       - 'master':
15           branch: 'master'
16     mvn-settings: 'policy-common-settings'
17     files: '**'
18     archive-artifacts: ''
19     build-node: ubuntu1604-builder-4c-4g
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'