blob: 14d739d4cd60b0f9e80462045d1ae099e750bdba [file] [log] [blame]
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +00001---
2- project:
3 name: dcaegen2-platform-mod-designtool
vv770d92898a62022-06-13 17:11:39 +00004 project-name: dcaegen2-platform-mod-designtool
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +00005 # git repo
6 project: dcaegen2/platform
7 jobs:
vv770d92898a62022-06-13 17:11:39 +00008 - gerrit-maven-verify:
9 pre-build-script: !include-raw-escape: ../../shell/onap-gerrit-review-wrapper.sh
10 - gerrit-maven-merge
vv770d7479ec12022-07-18 15:47:45 +000011 - gerrit-maven-stage:
12 sign-artifacts: true
13 sbom-generator: true
14 sbom-path: 'mod/designtool/'
15 maven-versions-plugin: true
16 version-properties-file: 'mod/designtool/version.properties'
17 mvn-pom: 'mod/designtool/pom.xml'
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +000018 stream:
19 - 'master':
20 branch: 'master'
vv770de85dd3f2021-09-28 20:41:48 +000021 - 'istanbul':
22 branch: 'istanbul'
vv770dc1e11d22022-04-25 18:21:38 +000023 - 'jakarta':
24 branch: 'jakarta'
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +000025 mvn-settings: dcaegen2-platform-settings
vv770d92898a62022-06-13 17:11:39 +000026 container-public-registry: 'nexus3.onap.org:10001'
27 container-staging-registry: 'nexus3.onap.org:10003'
28 mvn-goals: 'clean package install'
29 mvn-params: '-f mod/designtool/pom.xml'
30 pattern: 'mod/designtool/**'
31 mvn-snapshot-id: 'ecomp-snapshots'
32 nexus-snapshot-repo: 'snapshots'
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +000033 files: '**'
34 archive-artifacts: ''
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000035 build-node: ubuntu1804-docker-8c-8g
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +000036
37
38- project:
39 name: dcaegen2-platform-mod-designtool-clm
40 jobs:
41 - gerrit-maven-clm
42 nexus-iq-namespace: 'onap-'
Vijay Venkatesh Kumar972c9f92020-01-08 13:22:56 +000043 project: dcaegen2/platform
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000044 build-node: ubuntu1804-docker-8c-8g
Vijay Venkatesh Kumar71081422019-12-21 03:55:23 +000045 project-name: 'dcaegen2-platform-mod-designtool'
vv770d4c229152022-01-20 22:30:55 +000046 stream:
47 - 'master':
48 branch: 'master'
49 - 'istanbul':
50 branch: 'istanbul'
Vijay Venkatesh Kumar972c9f92020-01-08 13:22:56 +000051 mvn-settings: 'dcaegen2-platform-settings'