Andrew Grimberg | ce2286c | 2017-01-31 05:50:39 -0800 | [diff] [blame] | 1 | --- |
| 2 | - project: |
Rob Daugherty | 8809992 | 2017-07-11 10:14:02 -0400 | [diff] [blame] | 3 | name: so-libs |
| 4 | project-name: 'so-libs' |
Andrew Grimberg | ce2286c | 2017-01-31 05:50:39 -0800 | [diff] [blame] | 5 | jobs: |
| 6 | - '{project-name}-{stream}-verify-java' |
| 7 | - '{project-name}-{stream}-merge-java' |
Jessica Wagantall | 46ad6fa | 2019-02-04 14:32:48 -0800 | [diff] [blame] | 8 | - gerrit-maven-stage: |
| 9 | sign-artifacts: true |
| 10 | build-node: centos7-builder-4c-4g |
| 11 | maven-versions-plugin: true |
seshukm | 6fed07c | 2019-08-27 16:16:57 +0530 | [diff] [blame] | 12 | - '{project-name}-gerrit-release-jobs': |
Jessica Wagantall | 04f77fb | 2019-09-16 15:37:20 -0700 | [diff] [blame] | 13 | build-node: centos7-docker-8c-8g |
Rob Daugherty | 8809992 | 2017-07-11 10:14:02 -0400 | [diff] [blame] | 14 | project: 'so/libs' |
Andrew Grimberg | ce2286c | 2017-01-31 05:50:39 -0800 | [diff] [blame] | 15 | stream: |
| 16 | - 'master': |
| 17 | branch: 'master' |
seshukm | d0908e7 | 2019-10-09 10:39:20 +0530 | [diff] [blame] | 18 | - 'elalto': |
| 19 | branch: 'elalto' |
Rob Daugherty | 0978b4f | 2017-07-27 11:54:08 -0400 | [diff] [blame] | 20 | mvn-settings: 'so-libs-settings' |
Andrew Grimberg | 24443ee | 2017-02-02 08:29:12 -0800 | [diff] [blame] | 21 | # due to a strange macro / variable translation problem this needs to be |
| 22 | # passed as a string block to properly get the properties correctly defined |
| 23 | # in the job |
| 24 | maven-deploy-properties: | |
| 25 | deployAtEnd=true |
Andrew Grimberg | ce2286c | 2017-01-31 05:50:39 -0800 | [diff] [blame] | 26 | files: '**' |
| 27 | archive-artifacts: '' |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 28 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 29 | - project: |
| 30 | name: so-libs-sonar |
| 31 | jobs: |
| 32 | - gerrit-maven-sonar |
Jessica Wagantall | f5948fe | 2019-11-18 17:06:42 -0800 | [diff] [blame] | 33 | sonarcloud: true |
| 34 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 35 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 36 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
Jessica Wagantall | 883808b | 2020-01-09 10:54:25 -0800 | [diff] [blame] | 37 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 38 | cron: '@daily' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 39 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 40 | project: 'so/libs' |
| 41 | project-name: 'so-libs' |
| 42 | branch: 'master' |
| 43 | mvn-settings: 'so-libs-settings' |
| 44 | mvn-goals: 'clean install' |
Jessica Wagantall | bb48141 | 2018-03-09 18:42:28 -0800 | [diff] [blame] | 45 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | c9886b4 | 2018-10-19 18:26:36 -0700 | [diff] [blame] | 46 | |
| 47 | - project: |
| 48 | name: so-libs-clm |
| 49 | jobs: |
| 50 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 51 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | c9886b4 | 2018-10-19 18:26:36 -0700 | [diff] [blame] | 52 | project: so/libs |
| 53 | project-name: 'so-libs' |
| 54 | branch: 'master' |
| 55 | mvn-settings: 'so-libs-settings' |
Jessica Wagantall | d05baeb | 2019-02-27 00:31:32 -0800 | [diff] [blame] | 56 | |
| 57 | - project: |
| 58 | name: so-libs-info |
| 59 | project-name: so-libs |
| 60 | jobs: |
| 61 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame^] | 62 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | d05baeb | 2019-02-27 00:31:32 -0800 | [diff] [blame] | 63 | project: so/libs |
| 64 | branch: master |
seshukm | d0908e7 | 2019-10-09 10:39:20 +0530 | [diff] [blame] | 65 | branch: elalto |