blob: 837d100417bb824aed6b75583decb998484fce8c [file] [log] [blame]
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +00001---
2- project:
3 name: dcaegen2-platform-mod-designtool
4 project-name: dcaegen2-platform-mod
5 # git repo
6 project: dcaegen2/platform
7 jobs:
8 - '{project-name}-{stream}-{subproject}-verify-java'
9 - '{project-name}-{stream}-{subproject}-merge-java':
10 mvn-goals: 'clean install'
11 subproject:
12 - designtool:
13 pom: 'mod/designtool/pom.xml'
14 pattern: 'mod/designtool/**'
15 stream:
16 - 'master':
17 branch: 'master'
vv770d15eb49f2020-10-01 20:25:48 +000018 - 'guilin':
19 branch: 'guilin'
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +000020 mvn-settings: dcaegen2-platform-settings
21 files: '**'
22 archive-artifacts: ''
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000023 build-node: ubuntu1804-docker-8c-8g
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +000024
25
26- project:
27 name: dcaegen2-platform-mod-designtool-clm
28 jobs:
29 - gerrit-maven-clm
30 nexus-iq-namespace: 'onap-'
Vijay Venkatesh Kumar972c9f92020-01-08 13:22:56 +000031 project: dcaegen2/platform
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000032 build-node: ubuntu1804-docker-8c-8g
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +000033 project-name: 'dcaegen2-platform-mod-designtool'
34 branch: 'master'
Vijay Venkatesh Kumar972c9f92020-01-08 13:22:56 +000035 mvn-settings: 'dcaegen2-platform-settings'