blob: af3991263b0d5454868c59d1a781a57dd6b5341b [file] [log] [blame]
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -05001---
2- project:
3 name: sdnc-northbound
4 project-name: 'sdnc-northbound'
5 jobs:
Timoney, Dan (dt5972)87f0f082019-12-13 09:25:30 -05006 - gerrit-maven-verify
7 - gerrit-maven-merge:
8 cron: '@daily'
Timoney, Dan (dt5972)6f2d6fc2019-06-05 16:31:54 -04009 - gerrit-maven-stage:
10 sign-artifacts: true
Dan Timoneyc43d8092023-02-01 08:13:17 -050011 build-node: centos8-builder-4c-4g
Timoney, Dan (dt5972)87f0f082019-12-13 09:25:30 -050012 cron: ''
Dan Timoneyc990b252023-02-07 15:38:15 -050013 sbom-generator: true
Timoney, Dan (dt5972)71c036b2019-08-05 12:39:59 -040014 - '{project-name}-gerrit-release-jobs':
Dan Timoneyc43d8092023-02-01 08:13:17 -050015 build-node: centos8-docker-8c-8g
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -050016
17 project: 'sdnc/northbound'
18 stream:
19 - 'master':
20 branch: 'master'
Dan Timoney983e8ab2022-03-31 14:07:09 -040021 - 'jakarta':
22 branch: 'jakarta'
Timoney, Dan (dt5972)fd7d6422022-10-20 13:15:07 -040023 - 'kohn':
24 branch: 'kohn'
Dan Timoney86f902b2023-01-19 06:40:05 -050025 java-version: openjdk17
Dan Timoney2340b722022-06-23 07:08:52 -040026 mvn-version: "mvn38"
Timoney, Daniel (dt5972)9983b5c2017-02-20 05:06:30 -050027 mvn-settings: 'sdnc-northbound-settings'
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -050028
29 # due to a strange macro / variable translation problem this needs to be
30 # passed as a string block to properly get the properties correctly defined
31 # in the job
32 maven-deploy-properties: |
33 deployAtEnd=true
34 files: '**'
35 archive-artifacts: ''
Dan Timoney2340b722022-06-23 07:08:52 -040036 maven-version: "mvn38"
Bengt Thureeffc3ac82022-09-30 00:35:18 +100037 build-node: ubuntu1804-builder-4c-4g
Timoney, Dan (dt5972)87f0f082019-12-13 09:25:30 -050038 mvn-snapshot-id: 'ecomp-snapshots'
39 nexus-snapshot-repo: 'snapshots'
Anil Belurd2d5f282018-07-14 20:09:36 +100040
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080041- project:
Jessica Wagantall4a1927b2018-02-01 16:46:50 -080042 name: sdnc-northbound-sonar
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080043 jobs:
44 - gerrit-maven-sonar
Jessica Wagantall522b3a82019-11-18 17:06:21 -080045 sonarcloud: true
46 sonarcloud-project-organization: '{sonarcloud_project_organization}'
Jessica Wagantall522b3a82019-11-18 17:06:21 -080047 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
Jessica Wagantall883808b2020-01-09 10:54:25 -080048 sonar-mvn-goal: '{sonar_mvn_goal}'
Gary Wu5f4277f2018-09-28 10:36:23 -070049 cron: '@daily'
Bengt Thureeffc3ac82022-09-30 00:35:18 +100050 build-node: ubuntu1804-builder-4c-4g
Jessica Wagantall4a1927b2018-02-01 16:46:50 -080051 project: 'sdnc/northbound'
52 project-name: 'sdnc-northbound'
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080053 branch: 'master'
Jessica Wagantall4a1927b2018-02-01 16:46:50 -080054 mvn-settings: 'sdnc-northbound-settings'
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080055 mvn-goals: 'clean install'
Dan Timoney86f902b2023-01-19 06:40:05 -050056 java-version: openjdk17
Dan Timoney2340b722022-06-23 07:08:52 -040057 mvn-version: "mvn38"
Jessica Wagantall4a1927b2018-02-01 16:46:50 -080058 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
Jessica Wagantallc6243042018-10-19 18:25:11 -070059
60- project:
61 name: sdnc-northbound-clm
62 jobs:
63 - gerrit-maven-clm
Jessica Wagantallf9871362018-12-03 18:02:07 -080064 nexus-iq-namespace: 'onap-'
Jessica Wagantallc6243042018-10-19 18:25:11 -070065 project: sdnc/northbound
66 project-name: 'sdnc-northbound'
Bengt Thureeffc3ac82022-09-30 00:35:18 +100067 build-node: ubuntu1804-builder-4c-4g
Timoney, Dan (dt5972)1010fd52018-12-13 10:42:09 -050068 stream:
69 - 'master':
70 branch: 'master'
Jessica Wagantallc6243042018-10-19 18:25:11 -070071 mvn-settings: 'sdnc-northbound-settings'
Dan Timoney86f902b2023-01-19 06:40:05 -050072 java-version: openjdk17
Dan Timoney2340b722022-06-23 07:08:52 -040073 mvn-version: 'mvn38'
Jessica Wagantall6f98fa52019-02-27 00:30:55 -080074
75- project:
76 name: sdnc-northbound-info
77 project-name: sdnc-northbound
78 jobs:
79 - gerrit-info-yaml-verify
Dan Timoneyc43d8092023-02-01 08:13:17 -050080 build-node: centos8-builder-2c-1g
Jessica Wagantall6f98fa52019-02-27 00:30:55 -080081 project: sdnc/northbound
82 branch: master