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: |
| 16 | - '{project-name}-{stream}-{subproject}-verify-java' |
| 17 | - '{project-name}-{stream}-{subproject}-merge-java' |
Jessica Wagantall | a24198e | 2019-02-04 14:20:56 -0800 | [diff] [blame] | 18 | - gerrit-maven-stage: |
| 19 | sign-artifacts: true |
| 20 | build-node: centos7-builder-4c-4g |
| 21 | maven-versions-plugin: true |
ying.yunlong | b3b9500 | 2017-09-04 16:30:35 +0800 | [diff] [blame] | 22 | - '{project-name}-{stream}-docker-java-version-shell-daily': |
| 23 | docker-pom: 'pom.xml' |
| 24 | mvn-goals: 'install' |
| 25 | script: |
| 26 | !include-raw-escape: 'build-gvnfm-vnfres-docker-image.sh' |
Jessica Wagantall | d50aa19 | 2018-11-08 13:03:33 -0800 | [diff] [blame] | 27 | build-node: ubuntu1604-docker-8c-8g |
yangyan | 8af328d | 2019-08-12 14:09:20 +0800 | [diff] [blame] | 28 | - '{project-name}-gerrit-release-jobs': |
Jessica Wagantall | 04f77fb | 2019-09-16 15:37:20 -0700 | [diff] [blame] | 29 | build-node: centos7-docker-8c-8g |
ying.yunlong | acb424c | 2017-07-21 10:53:59 +0800 | [diff] [blame] | 30 | files: '**' |
| 31 | archive-artifacts: '' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 32 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 33 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 34 | - project: |
ying.yunlong | 831e697 | 2018-03-21 09:41:04 +0800 | [diff] [blame] | 35 | name: vfc-gvnfm-vnfres-res-sonar |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 36 | jobs: |
| 37 | - gerrit-maven-sonar |
Jessica Wagantall | c6ea783 | 2019-11-18 17:07:14 -0800 | [diff] [blame^] | 38 | sonarcloud: true |
| 39 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 40 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 41 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 42 | sonar-mvn-goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar" |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 43 | cron: '@daily' |
fujinhua | bb6482b | 2018-03-03 12:12:36 +0800 | [diff] [blame] | 44 | mvn-params: '-f res/pom.xml' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 45 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 46 | project: 'vfc/gvnfm/vnfres' |
fujinhua | f902965 | 2018-03-20 16:52:43 +0800 | [diff] [blame] | 47 | project-name: 'vfc-gvnfm-vnfres-res' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 48 | branch: 'master' |
| 49 | mvn-settings: 'vfc-gvnfm-vnfres-settings' |
| 50 | mvn-goals: 'clean install' |
Gildas Lanilis | f780424 | 2018-02-23 14:50:43 -0800 | [diff] [blame] | 51 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | 44b9623 | 2018-10-19 18:40:20 -0700 | [diff] [blame] | 52 | |
| 53 | - project: |
| 54 | name: vfc-gvnfm-vnfres-java-clm |
| 55 | jobs: |
| 56 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 57 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 44b9623 | 2018-10-19 18:40:20 -0700 | [diff] [blame] | 58 | project: vfc/gvnfm/vnfres |
| 59 | project-name: 'vfc-gvnfm-vnfres' |
| 60 | build-node: ubuntu1604-builder-4c-4g |
| 61 | branch: 'master' |
| 62 | mvn-settings: 'vfc-gvnfm-vnfres-settings' |
Jessica Wagantall | 69f3c86 | 2019-02-27 00:39:07 -0800 | [diff] [blame] | 63 | |
| 64 | - project: |
| 65 | name: vfc-gvnfm-vnfres-info |
| 66 | project-name: vfc-gvnfm-vnfres |
| 67 | jobs: |
| 68 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 69 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | 69f3c86 | 2019-02-27 00:39:07 -0800 | [diff] [blame] | 70 | project: vfc/gvnfm/vnfres |
| 71 | branch: master |