ying.yunlong | acb424c | 2017-07-21 10:53:59 +0800 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | - project: |
| 4 | name: vfc-gvnfm-vnfres-java |
ying.yunlong | c60ec75 | 2017-08-03 17:24:09 +0800 | [diff] [blame] | 5 | project-name: 'vfc-gvnfm-vnfres' |
ying.yunlong | acb424c | 2017-07-21 10:53:59 +0800 | [diff] [blame] | 6 | project: 'vfc/gvnfm/vnfres' |
| 7 | stream: |
| 8 | - 'master': |
| 9 | branch: 'master' |
ying.yunlong | c60ec75 | 2017-08-03 17:24:09 +0800 | [diff] [blame] | 10 | mvn-settings: 'vfc-gvnfm-vnfres-settings' |
ying.yunlong | acb424c | 2017-07-21 10:53:59 +0800 | [diff] [blame] | 11 | subproject: |
| 12 | - 'res': |
| 13 | pom: 'res/pom.xml' |
| 14 | pattern: 'res/**' |
| 15 | jobs: |
Jessica Wagantall | cb96130 | 2018-08-24 18:49:15 +0000 | [diff] [blame] | 16 | - gerrit-maven-clm |
ying.yunlong | acb424c | 2017-07-21 10:53:59 +0800 | [diff] [blame] | 17 | - '{project-name}-{stream}-{subproject}-verify-java' |
| 18 | - '{project-name}-{stream}-{subproject}-merge-java' |
Jessica Wagantall | 340fb43 | 2018-02-01 13:55:30 -0800 | [diff] [blame] | 19 | - '{project-name}-{stream}-release-version-java-daily' |
ying.yunlong | b3b9500 | 2017-09-04 16:30:35 +0800 | [diff] [blame] | 20 | - '{project-name}-{stream}-docker-java-version-shell-daily': |
| 21 | docker-pom: 'pom.xml' |
| 22 | mvn-goals: 'install' |
| 23 | script: |
| 24 | !include-raw-escape: 'build-gvnfm-vnfres-docker-image.sh' |
ying.yunlong | acb424c | 2017-07-21 10:53:59 +0800 | [diff] [blame] | 25 | files: '**' |
| 26 | archive-artifacts: '' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 27 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 28 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 29 | - project: |
ying.yunlong | 831e697 | 2018-03-21 09:41:04 +0800 | [diff] [blame] | 30 | name: vfc-gvnfm-vnfres-res-sonar |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 31 | jobs: |
| 32 | - gerrit-maven-sonar |
Jessica Wagantall | 4db1448 | 2018-02-14 16:07:57 -0800 | [diff] [blame] | 33 | cron: 'H 11 * * *' |
fujinhua | bb6482b | 2018-03-03 12:12:36 +0800 | [diff] [blame] | 34 | mvn-params: '-f res/pom.xml' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 35 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 36 | project: 'vfc/gvnfm/vnfres' |
fujinhua | f902965 | 2018-03-20 16:52:43 +0800 | [diff] [blame] | 37 | project-name: 'vfc-gvnfm-vnfres-res' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 38 | branch: 'master' |
| 39 | mvn-settings: 'vfc-gvnfm-vnfres-settings' |
| 40 | mvn-goals: 'clean install' |
Gildas Lanilis | f780424 | 2018-02-23 14:50:43 -0800 | [diff] [blame] | 41 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |