blob: fc8539cc4506d1b2891bed07c385ab30aa2cfe4f [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'
vv770de85dd3f2021-09-28 20:41:48 +000018 - 'istanbul':
19 branch: 'istanbul'
vv770db0363f62021-03-09 15:39:34 +000020 - 'honolulu':
21 branch: 'honolulu'
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +000022 mvn-settings: dcaegen2-platform-settings
23 files: '**'
24 archive-artifacts: ''
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000025 build-node: ubuntu1804-docker-8c-8g
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +000026
27
28- project:
29 name: dcaegen2-platform-mod-designtool-clm
30 jobs:
31 - gerrit-maven-clm
32 nexus-iq-namespace: 'onap-'
Vijay Venkatesh Kumar972c9f92020-01-08 13:22:56 +000033 project: dcaegen2/platform
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000034 build-node: ubuntu1804-docker-8c-8g
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +000035 project-name: 'dcaegen2-platform-mod-designtool'
vv770d4c229152022-01-20 22:30:55 +000036 stream:
37 - 'master':
38 branch: 'master'
39 - 'istanbul':
40 branch: 'istanbul'
Vijay Venkatesh Kumar972c9f92020-01-08 13:22:56 +000041 mvn-settings: 'dcaegen2-platform-settings'