Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 1 | --- |
Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 2 | - project: |
| 3 | name: vfc-nfvo-wfengine |
| 4 | project-name: 'vfc-nfvo-wfengine' |
| 5 | project: 'vfc/nfvo/wfengine' |
| 6 | stream: |
| 7 | - 'master': |
| 8 | branch: 'master' |
| 9 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
| 10 | subproject: |
| 11 | - 'engine-mgr-service': |
| 12 | pom: 'wfenginemgrservice/pom.xml' |
| 13 | pattern: 'wfenginemgrservice/**' |
Zhaoxing | 8ea6804 | 2017-10-27 15:41:09 +0800 | [diff] [blame] | 14 | script: |
| 15 | !include-raw-escape: 'build-nfvo-wfengine-engine-mgr-service-docker-image.sh' |
Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 16 | - 'engine-activiti-extension': |
| 17 | pom: 'activiti-extension/pom.xml' |
| 18 | pattern: 'activiti-extension/**' |
Zhaoxing | 8ea6804 | 2017-10-27 15:41:09 +0800 | [diff] [blame] | 19 | script: |
| 20 | !include-raw-escape: 'build-nfvo-wfengine-engine-activiti-extension-docker-image.sh' |
Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 21 | jobs: |
| 22 | - '{project-name}-{stream}-{subproject}-verify-java' |
| 23 | - '{project-name}-{stream}-{subproject}-merge-java' |
Zhaoxing | a77c041 | 2017-10-11 09:05:49 +0800 | [diff] [blame] | 24 | - '{project-name}-{stream}-{subproject}-release-version-java-daily' |
Zhaoxing | 4977304 | 2017-10-13 17:14:35 +0800 | [diff] [blame] | 25 | - '{project-name}-{stream}-{subproject}-docker-java-version-shell-daily': |
| 26 | mvn-goals: 'clean' |
Zhaoxing | 8f3f69d | 2017-08-14 12:01:02 +0800 | [diff] [blame] | 27 | files: '**' |
| 28 | archive-artifacts: '' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 29 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 30 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 31 | - project: |
Paul Vaduva | 8f58c69 | 2018-12-03 10:46:35 +0100 | [diff] [blame] | 32 | name: vfc-nfvo-wfengine-arm64 |
| 33 | project-name: 'vfc-nfvo-wfengine-arm64' |
| 34 | project: 'vfc/nfvo/wfengine' |
| 35 | stream: |
| 36 | - 'master': |
| 37 | branch: 'master' |
| 38 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
| 39 | subproject: |
| 40 | - 'engine-mgr-service': |
| 41 | pom: 'wfenginemgrservice/pom.xml' |
| 42 | pattern: 'wfenginemgrservice/**' |
| 43 | script: |
| 44 | !include-raw-escape: 'build-nfvo-wfengine-engine-mgr-service-docker-image.sh' |
| 45 | - 'engine-activiti-extension': |
| 46 | pom: 'activiti-extension/pom.xml' |
| 47 | pattern: 'activiti-extension/**' |
| 48 | script: |
| 49 | !include-raw-escape: 'build-nfvo-wfengine-engine-activiti-extension-docker-image.sh' |
| 50 | jobs: |
| 51 | - '{project-name}-{stream}-{subproject}-docker-java-version-shell-daily': |
| 52 | mvn-goals: 'clean' |
| 53 | files: '**' |
| 54 | archive-artifacts: '' |
| 55 | build-node: ubuntu1604-docker-arm64-4c-2g |
| 56 | |
| 57 | - project: |
Jessica Wagantall | 4092abf | 2018-03-05 14:58:08 -0800 | [diff] [blame] | 58 | name: vfc-nfvo-wfengine-wfenginemgrservice-sonar |
| 59 | jobs: |
| 60 | - gerrit-maven-sonar |
| 61 | mvn-params: '-f wfenginemgrservice/pom.xml' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 62 | cron: '@daily' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 63 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | 4092abf | 2018-03-05 14:58:08 -0800 | [diff] [blame] | 64 | project: 'vfc/nfvo/wfengine' |
| 65 | project-name: 'vfc-nfvo-wfengine-wfenginemgrservice' |
| 66 | branch: 'master' |
| 67 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
| 68 | mvn-goals: 'clean install' |
| 69 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
| 70 | - project: |
| 71 | name: vfc-nfvo-wfengine-activiti-extension-sonar |
| 72 | jobs: |
| 73 | - gerrit-maven-sonar |
| 74 | mvn-params: '-f activiti-extension/pom.xml' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 75 | cron: '@daily' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 76 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | 4092abf | 2018-03-05 14:58:08 -0800 | [diff] [blame] | 77 | project: 'vfc/nfvo/wfengine' |
| 78 | project-name: 'vfc-nfvo-wfengine-activiti-extension' |
| 79 | branch: 'master' |
| 80 | mvn-settings: 'vfc-nfvo-wfengine-settings' |
| 81 | mvn-goals: 'clean install' |
| 82 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | 44b9623 | 2018-10-19 18:40:20 -0700 | [diff] [blame] | 83 | |
| 84 | - project: |
| 85 | name: vfc-nfvo-wfengine-clm |
| 86 | jobs: |
| 87 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 88 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 44b9623 | 2018-10-19 18:40:20 -0700 | [diff] [blame] | 89 | project: vfc/nfvo/wfengine |
| 90 | project-name: 'vfc-nfvo-wfengine' |
| 91 | build-node: ubuntu1604-builder-4c-4g |
| 92 | branch: 'master' |
| 93 | mvn-settings: 'vfc-nfvo-wfengine-settings' |