Make code sections readable and consistent
[ci-management.git] / jjb / aai / aai-router-core-service.yaml
1 ---
2 - project:
3     name: aai-router-core-master
4     project-name: 'aai-router-core'
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     project: 'aai/router-core'
11     stream:
12       - 'master':
13           branch: 'master'
14       - 'beijing':
15           branch: 'beijing'
16     mvn-settings: 'aai-router-core-settings'
17     files: '**'
18     archive-artifacts: ''
19
20 - project:
21     name: aai-router-core-sonar
22     jobs:
23       - gerrit-maven-sonar
24     cron: 'H 11 * * *'
25     build-node: ubuntu1604-builder-4c-4g
26     project: 'aai/router-core'
27     project-name: 'aai-router-core'
28     branch: 'master'
29     mvn-settings: 'aai-router-core-settings'
30     mvn-goals: 'clean install'
31     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'