blob: 1a665e6e4f5787a0a6a10b1ef86decd2db3cd834 [file] [log] [blame]
Zhaoxing8f3f69d2017-08-14 12:01:02 +08001---
Zhaoxing8f3f69d2017-08-14 12:01:02 +08002- 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/**'
Zhaoxing8ea68042017-10-27 15:41:09 +080014 script:
15 !include-raw-escape: 'build-nfvo-wfengine-engine-mgr-service-docker-image.sh'
Zhaoxing8f3f69d2017-08-14 12:01:02 +080016 - 'engine-activiti-extension':
17 pom: 'activiti-extension/pom.xml'
18 pattern: 'activiti-extension/**'
Zhaoxing8ea68042017-10-27 15:41:09 +080019 script:
20 !include-raw-escape: 'build-nfvo-wfengine-engine-activiti-extension-docker-image.sh'
Zhaoxing8f3f69d2017-08-14 12:01:02 +080021 jobs:
Jessica Wagantallcb961302018-08-24 18:49:15 +000022 - gerrit-maven-clm
Zhaoxing8f3f69d2017-08-14 12:01:02 +080023 - '{project-name}-{stream}-{subproject}-verify-java'
24 - '{project-name}-{stream}-{subproject}-merge-java'
Zhaoxinga77c0412017-10-11 09:05:49 +080025 - '{project-name}-{stream}-{subproject}-release-version-java-daily'
Zhaoxing49773042017-10-13 17:14:35 +080026 - '{project-name}-{stream}-{subproject}-docker-java-version-shell-daily':
27 mvn-goals: 'clean'
Zhaoxing8f3f69d2017-08-14 12:01:02 +080028 files: '**'
29 archive-artifacts: ''
Jessica Wagantall4f41c692018-03-19 14:44:18 -070030 build-node: ubuntu1604-builder-4c-4g
Anil Belurd2d5f282018-07-14 20:09:36 +100031
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080032- project:
Jessica Wagantall4092abf2018-03-05 14:58:08 -080033 name: vfc-nfvo-wfengine-wfenginemgrservice-sonar
34 jobs:
35 - gerrit-maven-sonar
36 mvn-params: '-f wfenginemgrservice/pom.xml'
Gary Wu5f4277f2018-09-28 10:36:23 -070037 cron: '@daily'
Jessica Wagantall4f41c692018-03-19 14:44:18 -070038 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantall4092abf2018-03-05 14:58:08 -080039 project: 'vfc/nfvo/wfengine'
40 project-name: 'vfc-nfvo-wfengine-wfenginemgrservice'
41 branch: 'master'
42 mvn-settings: 'vfc-nfvo-wfengine-settings'
43 mvn-goals: 'clean install'
44 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
45- project:
46 name: vfc-nfvo-wfengine-activiti-extension-sonar
47 jobs:
48 - gerrit-maven-sonar
49 mvn-params: '-f activiti-extension/pom.xml'
Gary Wu5f4277f2018-09-28 10:36:23 -070050 cron: '@daily'
Jessica Wagantall4f41c692018-03-19 14:44:18 -070051 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantall4092abf2018-03-05 14:58:08 -080052 project: 'vfc/nfvo/wfengine'
53 project-name: 'vfc-nfvo-wfengine-activiti-extension'
54 branch: 'master'
55 mvn-settings: 'vfc-nfvo-wfengine-settings'
56 mvn-goals: 'clean install'
57 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'