blob: 50164ff705343f9954ec35df584f236da9293187 [file] [log] [blame]
fujinhua9a108b52017-08-18 15:17:22 +08001---
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:
Jessica Wagantallcb961302018-08-24 18:49:15 +000016 - gerrit-maven-clm
fujinhua9a108b52017-08-18 15:17:22 +080017 - '{project-name}-{stream}-{subproject}-verify-python'
18 - '{project-name}-{stream}-verify-java'
19 - '{project-name}-{stream}-merge-java'
Jessica Wagantall340fb432018-02-01 13:55:30 -080020 - '{project-name}-{stream}-release-version-java-daily'
fengyuanxing2c894652017-09-05 13:44:27 +080021 - '{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'
fujinhua9a108b52017-08-18 15:17:22 +080026 files: '**'
27 archive-artifacts: ''
ying.yunlong9cc6a2b2017-09-19 18:35:25 +080028 build-node: centos7-redis-4c-4g
Anil Belurd2d5f282018-07-14 20:09:36 +100029
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080030- project:
31 name: vfc-nfvo-catalog-sonar
32 jobs:
33 - gerrit-maven-sonar
Gary Wu5f4277f2018-09-28 10:36:23 -070034 cron: '@daily'
fujinhua31004092018-03-02 17:12:54 +080035 build-node: centos7-redis-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080036 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'
Gildas Lanilisf7804242018-02-23 14:50:43 -080041 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'