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