Spread out the scheduling of Daily jobs
[ci-management.git] / jjb / aai / aai-event-client.yaml
1 ---
2 - project:
3     name: aai-event-client-master
4     project-name: 'aai-event-client'
5     jobs:
6       - '{project-name}-{stream}-verify-java'
7       - '{project-name}-{stream}-merge-java'
8       - '{project-name}-{stream}-release-version-java-daily'
9     project: 'aai/event-client'
10     stream:
11       - 'master':
12           branch: 'master'
13       - 'beijing':
14           branch: 'beijing'
15     mvn-settings: 'aai-event-client-settings'
16     files: '**'
17     archive-artifacts: ''
18
19 - project:
20     name: aai-event-client-sonar
21     jobs:
22       - gerrit-maven-sonar
23     cron: '@daily'
24     build-node: ubuntu1604-builder-4c-4g
25     project: 'aai/event-client'
26     project-name: 'aai-event-client'
27     branch: 'master'
28     mvn-settings: 'aai-event-client-settings'
29     mvn-goals: 'clean install'
30     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
31
32 - project:
33     name: aai-event-client-clm
34     jobs:
35       - gerrit-maven-clm
36     project: 'aai/event-client'
37     project-name: 'aai-event-client'
38     branch: 'master'
39     mvn-settings: 'aai-event-client-settings'