blob: 6833c651ce56f6336d1112dc286423b1e0e12d13 [file] [log] [blame]
Lusheng Ji1cc39872017-08-22 20:16:51 -07001---
2- project:
3 name: dcaegen2-utils
4 project-name: 'dcaegen2-utils'
Vanessa Rene Valderrama295975d2018-02-27 15:10:17 -08005 python-version: python3
Vanessa Rene Valderrama295975d2018-02-27 15:10:17 -08006
Lusheng Ji1cc39872017-08-22 20:16:51 -07007 jobs:
vv770df9028f82022-06-03 21:49:56 +00008 - gerrit-maven-verify:
9 pre-build-script: !include-raw-escape: ../../shell/onap-gerrit-review-wrapper.sh
Lusheng Ji1cc39872017-08-22 20:16:51 -070010 - '{project-name}-{stream}-verify-java'
11 - '{project-name}-{stream}-merge-java'
Jessica Wagantall340fb432018-02-01 13:55:30 -080012 - '{project-name}-{stream}-release-version-java-daily'
Lusheng Ji1cc39872017-08-22 20:16:51 -070013 project: 'dcaegen2/utils'
14 stream:
15 - 'master':
16 branch: 'master'
Vijay Venkatesh Kumar5b1dbab2022-10-11 15:30:48 +000017 - 'kohn':
18 branch: 'kohn'
Lusheng Jia2511b62017-08-29 03:55:41 +000019 mvn-settings: 'dcaegen2-utils-settings'
vv770df9028f82022-06-03 21:49:56 +000020 mvn-snapshot-id: 'ecomp-snapshots'
21 nexus-snapshot-repo: 'snapshots'
Lusheng Jia2511b62017-08-29 03:55:41 +000022 # due to a strange macro / variable translation problem this needs
23 # to be passed as a string block to properly get the properties
24 # correctly defined in the job
25 maven-deploy-properties: |
26 deployAtEnd=true
27 files: '**'
28 archive-artifacts: ''
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000029 build-node: 'ubuntu1804-docker-8c-8g'
Anil Belurd2d5f282018-07-14 20:09:36 +100030
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080031- project:
32 name: dcaegen2-utils-sonar
33 jobs:
34 - gerrit-maven-sonar
Jessica Wagantall16452c02019-11-18 17:00:59 -080035 sonarcloud: true
36 sonarcloud-project-organization: '{sonarcloud_project_organization}'
Jessica Wagantall16452c02019-11-18 17:00:59 -080037 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
38 sonar-mvn-goal: '{sonar_mvn_goal}'
Gary Wu5f4277f2018-09-28 10:36:23 -070039 cron: '@daily'
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000040 build-node: ubuntu1804-docker-8c-8g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080041 project: 'dcaegen2/utils'
42 project-name: 'dcaegen2-utils'
43 branch: 'master'
44 mvn-settings: 'dcaegen2-utils-settings'
45 mvn-goals: 'clean install'
Lusheng Ji68169f62018-02-19 13:28:28 -050046 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
Jessica Wagantallac9f98a2018-10-19 14:26:38 -070047
48- project:
49 name: dcaegen2-utils-clm
50 jobs:
51 - gerrit-maven-clm
Jessica Wagantallf9871362018-12-03 18:02:07 -080052 nexus-iq-namespace: 'onap-'
Jessica Wagantallac9f98a2018-10-19 14:26:38 -070053 project: dcaegen2/utils
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000054 build-node: ubuntu1804-docker-8c-8g
Jessica Wagantallac9f98a2018-10-19 14:26:38 -070055 project-name: 'dcaegen2-utils'
56 branch: 'master'
57 mvn-settings: 'dcaegen2-utils-settings'
Jessica Wagantallc6a09522019-02-27 00:02:59 -080058
59- project:
60 name: dcaegen2-utils-info
61 project-name: dcaegen2-utils
62 jobs:
63 - gerrit-info-yaml-verify
Bengt Thuree13059782022-09-16 19:14:48 +100064 build-node: centos8-builder-2c-1g
Jessica Wagantallc6a09522019-02-27 00:02:59 -080065 project: dcaegen2/utils
66 branch: master
Lott, Christopher (cl778h)7b244b22019-09-27 13:55:15 -040067
Anil Belur7b3203a2023-04-14 21:54:49 +100068- _cbs_client_pypi_common: &cbs_client_pypi_common
Lott, Christopher (cl778h)c1374fb2019-10-02 06:41:54 -040069 name: cbs-client-pypi-common
Lott, Christopher (cl778h)7b244b22019-09-27 13:55:15 -040070 # jenkins job prefix
Lott, Christopher (cl778h)c1374fb2019-10-02 06:41:54 -040071 project-name: dcaegen2-platform-cbs-client
Lott, Christopher (cl778h)7b244b22019-09-27 13:55:15 -040072 # git repo
73 project: dcaegen2/utils
74 # push credentials
75 mvn-settings: dcaegen2-utils-settings
76 # requires centos to sign release
Bengt Thuree13059782022-09-16 19:14:48 +100077 build-node: centos8-docker-4c-4g
Lott, Christopher (cl778h)7b244b22019-09-27 13:55:15 -040078 tox-dir: onap-dcae-cbs-docker-client
Lott, Christopher (cl778h)7b244b22019-09-27 13:55:15 -040079 stream:
80 - master:
81 branch: master
Lott, Christopher (cl778h)c1374fb2019-10-02 06:41:54 -040082
83- project:
84 name: dcaegen2-platform-cbs-client-pypi-build
85 <<: *cbs_client_pypi_common
86 gerrit_trigger_file_paths:
87 - compare-type: REG_EXP
88 pattern: 'onap-dcae-cbs-docker-client/{name}/.*'
89 jobs:
90 - gerrit-pypi-verify
91 - gerrit-pypi-merge:
92 pypi-repo: pypi-test
93
94- project:
95 name: dcaegen2-platform-cbs-client-pypi-release
96 <<: *cbs_client_pypi_common
97 jobs:
98 - gerrit-pypi-release-verify
99 - gerrit-pypi-release-merge