Make code sections readable and consistent
[ci-management.git] / jjb / vfc / vfc-nfvo-catalog.yaml
1 ---
2
3 - project:
4     name: vfc-nfvo-catalog
5     project-name: 'vfc-nfvo-catalog'
6     project: 'vfc/nfvo/catalog'
7     stream:
8       - 'master':
9           branch: 'master'
10     mvn-settings: 'vfc-nfvo-catalog-settings'
11     subproject:
12       - 'catalog':
13           path: '.'
14           pattern: '**'
15     jobs:
16       - gerrit-maven-clm:
17       - '{project-name}-{stream}-{subproject}-verify-python'
18       - '{project-name}-{stream}-verify-java'
19       - '{project-name}-{stream}-merge-java'
20       - '{project-name}-{stream}-release-version-java-daily'
21       - '{project-name}-{stream}-docker-java-version-shell-daily':
22           docker-pom: 'pom.xml'
23           mvn-goals: 'install'
24           script:
25             !include-raw-escape: 'build-nfvo-catalog-docker-image.sh'
26     files: '**'
27     archive-artifacts: ''
28     build-node: centos7-redis-4c-4g
29
30 - project:
31     name: vfc-nfvo-catalog-sonar
32     jobs:
33       - gerrit-maven-sonar
34     cron: 'H 11 * * *'
35     build-node: centos7-redis-4c-4g
36     project: 'vfc/nfvo/catalog'
37     project-name: 'vfc-nfvo-catalog'
38     branch: 'master'
39     mvn-settings: 'vfc-nfvo-catalog-settings'
40     mvn-goals: 'clean install'
41     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'