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