blob: 2d78144f61c2675c383ce1a77bd84264c7de8102 [file] [log] [blame]
Timoney, Dan (dt5972)71fd2c02018-12-14 11:18:07 -05001---
2- project:
Dan Timoneyfc2aaff2020-10-08 14:27:12 -04003 name: ccsdk-cds-java11
Timoney, Dan (dt5972)71fd2c02018-12-14 11:18:07 -05004 project-name: 'ccsdk-cds'
5 jobs:
Singal, Kapil (ks220y)93a1dcf2020-09-17 09:44:44 -04006 - gerrit-maven-verify:
Singal, Kapil (ks220y)de3297d2021-06-16 23:03:29 -04007 mvn-params: '-Ddocker.skip.push=true -Pdocker'
Timoney, Dan (dt5972)87f0f082019-12-13 09:25:30 -05008 - gerrit-maven-merge:
9 cron: '@daily'
Singal, Kapil (ks220y)de3297d2021-06-16 23:03:29 -040010 mvn-params: '-Dmaven.test.skip=true'
Timoney, Dan (dt5972)a337c312019-03-15 08:58:55 -040011 - gerrit-maven-stage:
Jessica Wagantall57121bc2022-09-27 16:16:40 -070012 build-node: centos7-builder-4c-4g
Vanessa Rene Valderrama7f65f3d2019-07-17 13:45:13 -050013 sign-artifacts: true
KAPIL SINGAL64d553c2020-09-18 18:14:10 +000014 mvn-params: '-Dmaven.test.skip=true'
Timoney, Dan (dt5972)87f0f082019-12-13 09:25:30 -050015 cron: ''
Timoney, Dan (dt5972)1b4b84e2022-10-07 11:44:19 -040016 sbom-generator: false
Timoney, Dan (dt5972)ea1bc1b2019-07-10 20:49:56 -040017 - gerrit-maven-docker-stage:
Timoney, Dan (dt5972)ea1bc1b2019-07-10 20:49:56 -040018 container-public-registry: 'nexus3.onap.org:10001'
19 container-staging-registry: 'nexus3.onap.org:10003'
Singal, Kapil (ks220y)de3297d2021-06-16 23:03:29 -040020 mvn-params: '-Dmaven.test.skip=true -Pdocker'
Timoney, Dan (dt5972)c96ba202019-07-23 12:57:53 -040021 maven-versions-plugin: true
Dan Timoneyb52c17a2020-01-23 13:21:44 -050022 cron: '@daily'
Timoney, Dan (dt5972)7203e2f2019-08-01 08:36:44 -040023 - '{project-name}-gerrit-release-jobs':
Jessica Wagantall04f77fb2019-09-16 15:37:20 -070024 build-node: centos7-docker-8c-8g
Timoney, Dan (dt5972)71fd2c02018-12-14 11:18:07 -050025
26 project: 'ccsdk/cds'
27 stream:
28 - 'master':
29 branch: 'master'
Dan Timoney7826c532021-09-21 08:31:43 -040030 - 'istanbul':
31 branch: 'istanbul'
Dan Timoney983e8ab2022-03-31 14:07:09 -040032 - 'jakarta':
33 branch: 'jakarta'
Timoney, Dan (dt5972)fd7d6422022-10-20 13:15:07 -040034 - 'kohn':
35 branch: 'kohn'
Singal, Kapil (ks220y)2674a642020-08-28 15:07:13 -040036 java-version: openjdk11
Dan Timoney2340b722022-06-23 07:08:52 -040037 mvn-version: 'mvn38'
Timoney, Dan (dt5972)71fd2c02018-12-14 11:18:07 -050038 mvn-settings: 'ccsdk-cds-settings'
39 # due to a strange macro / variable translation problem this needs to be
40 # passed as a string block to properly get the properties correctly defined
41 # in the job
42 maven-deploy-properties: |
43 deployAtEnd=true
44 files: '**'
45 archive-artifacts: ''
Dan Timoney543f4a12021-10-13 11:52:44 -040046 build-node: centos7-docker-8c-8g
Timoney, Dan (dt5972)87f0f082019-12-13 09:25:30 -050047 mvn-snapshot-id: 'ecomp-snapshots'
48 nexus-snapshot-repo: 'snapshots'
Timoney, Dan (dt5972)71fd2c02018-12-14 11:18:07 -050049
50- project:
Dan Timoneyfc2aaff2020-10-08 14:27:12 -040051 name: ccsdk-cds-java8
52 project-name: 'ccsdk-cds'
53 jobs:
54 - gerrit-maven-verify:
55 mvn-params: '-Ddocker.skip.push=true -P docker'
56 - gerrit-maven-merge:
57 cron: '@daily'
58 mvn-params: '-Ddocker.skip.push=true -P docker'
59 - gerrit-maven-stage:
Bengt Thureeed955cc2022-09-16 19:14:39 +100060 build-node: centos8-builder-4c-4g
Dan Timoneyfc2aaff2020-10-08 14:27:12 -040061 sign-artifacts: true
62 mvn-params: '-Dmaven.test.skip=true'
63 cron: ''
64 - gerrit-maven-docker-stage:
65 container-public-registry: 'nexus3.onap.org:10001'
66 container-staging-registry: 'nexus3.onap.org:10003'
67 mvn-params: '-Dmaven.test.skip=true -P docker'
68 maven-versions-plugin: true
69 cron: '@daily'
70
71 project: 'ccsdk/cds'
72 stream:
73 - 'frankfurt':
74 branch: 'frankfurt'
75 java-version: openjdk8
Dan Timoney2340b722022-06-23 07:08:52 -040076 mvn-version: 'mvn38'
Dan Timoneyfc2aaff2020-10-08 14:27:12 -040077 mvn-settings: 'ccsdk-cds-settings'
78 # due to a strange macro / variable translation problem this needs to be
79 # passed as a string block to properly get the properties correctly defined
80 # in the job
81 maven-deploy-properties: |
82 deployAtEnd=true
83 files: '**'
84 archive-artifacts: ''
Dan Timoney543f4a12021-10-13 11:52:44 -040085 build-node: centos7-docker-8c-8g
Dan Timoneyfc2aaff2020-10-08 14:27:12 -040086 mvn-snapshot-id: 'ecomp-snapshots'
87 nexus-snapshot-repo: 'snapshots'
88
89- project:
Timoney, Dan (dt5972)71fd2c02018-12-14 11:18:07 -050090 name: ccsdk-cds-sonar
91 jobs:
92 - gerrit-maven-sonar
Jessica Wagantallc0f33ee2019-11-18 16:58:07 -080093 sonarcloud: true
94 sonarcloud-project-organization: '{sonarcloud_project_organization}'
Jessica Wagantallc0f33ee2019-11-18 16:58:07 -080095 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
Jessica Wagantall883808b2020-01-09 10:54:25 -080096 sonar-mvn-goal: '{sonar_mvn_goal}'
Timoney, Dan (dt5972)71fd2c02018-12-14 11:18:07 -050097 cron: '@daily'
Bengt Thureeed955cc2022-09-16 19:14:39 +100098 build-node: centos8-builder-4c-4g
Timoney, Dan (dt5972)71fd2c02018-12-14 11:18:07 -050099 project: 'ccsdk/cds'
100 project-name: 'ccsdk-cds'
101 branch: 'master'
Singal, Kapil (ks220y)2674a642020-08-28 15:07:13 -0400102 java-version: openjdk11
Dan Timoney2340b722022-06-23 07:08:52 -0400103 mvn-version: 'mvn38'
Timoney, Dan (dt5972)71fd2c02018-12-14 11:18:07 -0500104 mvn-settings: 'ccsdk-cds-settings'
105 mvn-goals: 'clean install'
106 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
107
108- project:
109 name: ccsdk-cds-clm
110 jobs:
111 - gerrit-maven-clm
112 nexus-iq-namespace: 'onap-'
113 project: 'ccsdk/cds'
114 project-name: 'ccsdk-cds'
115 stream:
116 - 'master':
117 branch: 'master'
Oleg Mitsura876326f2020-08-21 10:18:57 -0400118 java-version: openjdk11
Dan Timoney2340b722022-06-23 07:08:52 -0400119 mvn-version: 'mvn38'
Singal, Kapil (ks220y)2674a642020-08-28 15:07:13 -0400120 mvn-settings: 'ccsdk-cds-settings'
Bengt Thureeed955cc2022-09-16 19:14:39 +1000121 build-node: centos8-builder-4c-4g
Timoney, Dan (dt5972)71fd2c02018-12-14 11:18:07 -0500122
Jessica Wagantallfbfe61b2019-02-26 23:59:40 -0800123- project:
124 name: ccsdk-cds-info
125 project-name: ccsdk-cds
126 jobs:
127 - gerrit-info-yaml-verify
Bengt Thureeed955cc2022-09-16 19:14:39 +1000128 build-node: centos8-builder-2c-1g
Jessica Wagantallfbfe61b2019-02-26 23:59:40 -0800129 project: ccsdk/cds
130 branch: master