blob: f8275af2f6b20c2d62544bf5ddf64c571f0f4b70 [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}'
37 sonarcloud-api-token: '{sonarcloud_api_token}'
38 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
39 sonar-mvn-goal: '{sonar_mvn_goal}'
Gary Wu5f4277f2018-09-28 10:36:23 -070040 cron: '@daily'
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000041 build-node: ubuntu1804-docker-8c-8g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080042 project: 'dcaegen2/utils'
43 project-name: 'dcaegen2-utils'
44 branch: 'master'
45 mvn-settings: 'dcaegen2-utils-settings'
46 mvn-goals: 'clean install'
Lusheng Ji68169f62018-02-19 13:28:28 -050047 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
Jessica Wagantallac9f98a2018-10-19 14:26:38 -070048
49- project:
50 name: dcaegen2-utils-clm
51 jobs:
52 - gerrit-maven-clm
Jessica Wagantallf9871362018-12-03 18:02:07 -080053 nexus-iq-namespace: 'onap-'
Jessica Wagantallac9f98a2018-10-19 14:26:38 -070054 project: dcaegen2/utils
Vijay Venkatesh Kumar4c152112020-03-27 00:22:31 +000055 build-node: ubuntu1804-docker-8c-8g
Jessica Wagantallac9f98a2018-10-19 14:26:38 -070056 project-name: 'dcaegen2-utils'
57 branch: 'master'
58 mvn-settings: 'dcaegen2-utils-settings'
Jessica Wagantallc6a09522019-02-27 00:02:59 -080059
60- project:
61 name: dcaegen2-utils-info
62 project-name: dcaegen2-utils
63 jobs:
64 - gerrit-info-yaml-verify
Jessica Wagantalldb675aa2020-01-14 00:57:36 -080065 build-node: centos7-builder-2c-1g
Jessica Wagantallc6a09522019-02-27 00:02:59 -080066 project: dcaegen2/utils
67 branch: master
Lott, Christopher (cl778h)7b244b22019-09-27 13:55:15 -040068
Lott, Christopher (cl778h)c1374fb2019-10-02 06:41:54 -040069- cbs_client_pypi_common: &cbs_client_pypi_common
70 name: cbs-client-pypi-common
Lott, Christopher (cl778h)7b244b22019-09-27 13:55:15 -040071 # jenkins job prefix
Lott, Christopher (cl778h)c1374fb2019-10-02 06:41:54 -040072 project-name: dcaegen2-platform-cbs-client
Lott, Christopher (cl778h)7b244b22019-09-27 13:55:15 -040073 # git repo
74 project: dcaegen2/utils
75 # push credentials
76 mvn-settings: dcaegen2-utils-settings
77 # requires centos to sign release
78 build-node: centos7-builder-2c-1g
Lott, Christopher (cl778h)7b244b22019-09-27 13:55:15 -040079 tox-dir: onap-dcae-cbs-docker-client
Lott, Christopher (cl778h)7b244b22019-09-27 13:55:15 -040080 stream:
81 - master:
82 branch: master
Lott, Christopher (cl778h)c1374fb2019-10-02 06:41:54 -040083
84- project:
85 name: dcaegen2-platform-cbs-client-pypi-build
86 <<: *cbs_client_pypi_common
87 gerrit_trigger_file_paths:
88 - compare-type: REG_EXP
89 pattern: 'onap-dcae-cbs-docker-client/{name}/.*'
90 jobs:
91 - gerrit-pypi-verify
92 - gerrit-pypi-merge:
93 pypi-repo: pypi-test
94
95- project:
96 name: dcaegen2-platform-cbs-client-pypi-release
97 <<: *cbs_client_pypi_common
98 jobs:
99 - gerrit-pypi-release-verify
100 - gerrit-pypi-release-merge