Merge "Add docker image name to sub modules"
[ci-management.git] / jjb / holmes / holmes-common.yaml
1 ---
2 - project:
3     name: holmes-common
4     project-name: 'holmes-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: 'holmes/common'
12     stream:
13       - 'master':
14           branch: 'master'
15     mvn-settings: 'holmes-common-settings'
16     files: '**'
17     archive-artifacts: ''
18     build-node: ubuntu1604-builder-4c-4g
19
20 - project:
21     name: holmes-common-sonar
22     jobs:
23       - gerrit-maven-sonar
24     cron: '@daily'
25     build-node: ubuntu1604-builder-4c-4g
26     project: 'holmes/common'
27     project-name: 'holmes-common'
28     branch: 'master'
29     mvn-settings: 'holmes-common-settings'
30     mvn-goals: 'clean install'
31     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'