blob: ca51fc3c3eccfd588de5f4fe037c0f725d813456 [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:
22 - '{project-name}-{stream}-{subproject}-verify-java'
23 - '{project-name}-{stream}-{subproject}-merge-java'
Zhaoxing49773042017-10-13 17:14:35 +080024 - '{project-name}-{stream}-{subproject}-docker-java-version-shell-daily':
25 mvn-goals: 'clean'
yangyan17f8bc52020-03-06 17:48:40 +080026 - '{project-name}-gerrit-release-jobs':
27 build-node: centos7-docker-8c-8g
Zhaoxing8f3f69d2017-08-14 12:01:02 +080028 files: '**'
29 archive-artifacts: ''
yangyan1062b9b2020-03-30 09:27:11 +080030 build-node: ubuntu1804-builder-4c-4g
Anil Belurd2d5f282018-07-14 20:09:36 +100031
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080032- project:
Jessica Wagantalla24198e2019-02-04 14:20:56 -080033 name: vfc-nfvo-wfengine-engine-mgr-service-stage
34 project-name: 'vfc-nfvo-wfengine-engine-mgr-service'
35 project: 'vfc/nfvo/wfengine'
36 stream:
37 - 'master':
38 branch: 'master'
39 mvn-settings: 'vfc-nfvo-wfengine-settings'
40 subproject:
41 - 'engine-mgr-service':
42 pom: 'wfenginemgrservice/pom.xml'
43 pattern: 'wfenginemgrservice/**'
44 script:
45 !include-raw-escape: 'build-nfvo-wfengine-engine-mgr-service-docker-image.sh'
46 jobs:
47 - gerrit-maven-stage:
48 sign-artifacts: true
49 build-node: centos7-builder-4c-4g
50 maven-versions-plugin: true
51 mvn-pom: 'wfenginemgrservice/pom.xml'
52 mvn-params: '-f wfenginemgrservice/pom.xml'
53
54 files: '**'
55 archive-artifacts: ''
yangyan1062b9b2020-03-30 09:27:11 +080056 build-node: ubuntu1804-builder-4c-4g
Jessica Wagantalla24198e2019-02-04 14:20:56 -080057
58- project:
59 name: vfc-nfvo-wfengine-engine-activiti-extension-stage
60 project-name: 'vfc-nfvo-wfengine-engine-activiti-extension'
61 project: 'vfc/nfvo/wfengine'
62 stream:
63 - 'master':
64 branch: 'master'
65 mvn-settings: 'vfc-nfvo-wfengine-settings'
66 subproject:
67 - 'engine-activiti-extension':
68 pom: 'activiti-extension/pom.xml'
69 pattern: 'activiti-extension/**'
70 script:
71 !include-raw-escape: 'build-nfvo-wfengine-engine-activiti-extension-docker-image.sh'
72 jobs:
73 - gerrit-maven-stage:
74 sign-artifacts: true
75 build-node: centos7-builder-4c-4g
76 maven-versions-plugin: true
77 mvn-pom: 'activiti-extension/pom.xml'
78 mvn-params: '-f activiti-extension/pom.xml'
79
80 files: '**'
81 archive-artifacts: ''
yangyan1062b9b2020-03-30 09:27:11 +080082 build-node: ubuntu1804-builder-4c-4g
Jessica Wagantalla24198e2019-02-04 14:20:56 -080083
84- project:
Jessica Wagantall4092abf2018-03-05 14:58:08 -080085 name: vfc-nfvo-wfengine-wfenginemgrservice-sonar
86 jobs:
87 - gerrit-maven-sonar
Jessica Wagantallc6ea7832019-11-18 17:07:14 -080088 sonarcloud: true
89 sonarcloud-project-organization: '{sonarcloud_project_organization}'
90 sonarcloud-api-token: '{sonarcloud_api_token}'
91 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
92 sonar-mvn-goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar"
Jessica Wagantall4092abf2018-03-05 14:58:08 -080093 mvn-params: '-f wfenginemgrservice/pom.xml'
Gary Wu5f4277f2018-09-28 10:36:23 -070094 cron: '@daily'
yangyan1062b9b2020-03-30 09:27:11 +080095 build-node: ubuntu1804-builder-4c-4g
Jessica Wagantall4092abf2018-03-05 14:58:08 -080096 project: 'vfc/nfvo/wfengine'
97 project-name: 'vfc-nfvo-wfengine-wfenginemgrservice'
98 branch: 'master'
99 mvn-settings: 'vfc-nfvo-wfengine-settings'
100 mvn-goals: 'clean install'
101 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
102- project:
103 name: vfc-nfvo-wfengine-activiti-extension-sonar
104 jobs:
105 - gerrit-maven-sonar
Jessica Wagantallc6ea7832019-11-18 17:07:14 -0800106 sonarcloud: true
107 sonarcloud-project-organization: '{sonarcloud_project_organization}'
108 sonarcloud-api-token: '{sonarcloud_api_token}'
109 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
110 sonar-mvn-goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar"
Jessica Wagantall4092abf2018-03-05 14:58:08 -0800111 mvn-params: '-f activiti-extension/pom.xml'
Gary Wu5f4277f2018-09-28 10:36:23 -0700112 cron: '@daily'
yangyan1062b9b2020-03-30 09:27:11 +0800113 build-node: ubuntu1804-builder-4c-4g
Jessica Wagantall4092abf2018-03-05 14:58:08 -0800114 project: 'vfc/nfvo/wfengine'
115 project-name: 'vfc-nfvo-wfengine-activiti-extension'
116 branch: 'master'
117 mvn-settings: 'vfc-nfvo-wfengine-settings'
118 mvn-goals: 'clean install'
119 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
Jessica Wagantall44b96232018-10-19 18:40:20 -0700120
121- project:
122 name: vfc-nfvo-wfengine-clm
123 jobs:
124 - gerrit-maven-clm
Jessica Wagantallf9871362018-12-03 18:02:07 -0800125 nexus-iq-namespace: 'onap-'
Jessica Wagantall44b96232018-10-19 18:40:20 -0700126 project: vfc/nfvo/wfengine
127 project-name: 'vfc-nfvo-wfengine'
yangyan1062b9b2020-03-30 09:27:11 +0800128 build-node: ubuntu1804-builder-4c-4g
Jessica Wagantall44b96232018-10-19 18:40:20 -0700129 branch: 'master'
130 mvn-settings: 'vfc-nfvo-wfengine-settings'
Jessica Wagantall69f3c862019-02-27 00:39:07 -0800131
132- project:
133 name: vfc-nfvo-wfengine-info
134 project-name: vfc-nfvo-wfengine
135 jobs:
136 - gerrit-info-yaml-verify
Jessica Wagantalldb675aa2020-01-14 00:57:36 -0800137 build-node: centos7-builder-2c-1g
Jessica Wagantall69f3c862019-02-27 00:39:07 -0800138 project: vfc/nfvo/wfengine
139 branch: master