ATT default cloud user | 500450f | 2017-12-08 23:38:55 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
dglFromAtt | 7134c4d | 2020-07-08 13:51:57 -0400 | [diff] [blame^] | 3 | name: dmaap-dbcapi-java11 |
ATT default cloud user | 500450f | 2017-12-08 23:38:55 +0000 | [diff] [blame] | 4 | project-name: 'dmaap-dbcapi' |
| 5 | jobs: |
ATT default cloud user | 500450f | 2017-12-08 23:38:55 +0000 | [diff] [blame] | 6 | - '{project-name}-{stream}-verify-java' |
| 7 | - '{project-name}-{stream}-merge-java' |
Jessica Wagantall | 6ac391c | 2019-02-04 14:22:50 -0800 | [diff] [blame] | 8 | - gerrit-maven-stage: |
| 9 | sign-artifacts: true |
| 10 | build-node: centos7-builder-4c-4g |
| 11 | maven-versions-plugin: true |
dglFromAtt | eb4fd20 | 2019-12-13 12:38:21 -0500 | [diff] [blame] | 12 | - '{project-name}-gerrit-release-jobs': |
| 13 | build-node: centos7-docker-8c-8g |
ATT default cloud user | 500450f | 2017-12-08 23:38:55 +0000 | [diff] [blame] | 14 | project: 'dmaap/dbcapi' |
dglFromAtt | 2d7c6a0 | 2018-03-13 15:57:33 -0400 | [diff] [blame] | 15 | mvn-settings: 'dmaap-dbcapi-settings' |
dglFromAtt | c7fcba0 | 2019-12-10 11:25:54 -0500 | [diff] [blame] | 16 | java-version: openjdk11 |
ATT default cloud user | 500450f | 2017-12-08 23:38:55 +0000 | [diff] [blame] | 17 | stream: |
| 18 | - 'master': |
| 19 | branch: 'master' |
dglFromAtt | 7134c4d | 2020-07-08 13:51:57 -0400 | [diff] [blame^] | 20 | - 'frankfurt': |
| 21 | branch: 'frankfurt' |
dglFromAtt | 2d7c6a0 | 2018-03-13 15:57:33 -0400 | [diff] [blame] | 22 | # due to a strange macro / variable translation problem this needs to be |
| 23 | # passed as a string block to properly get the properties correctly defined |
| 24 | # in the job |
| 25 | maven-deploy-properties: | |
| 26 | deployAtEnd=true |
ATT default cloud user | 500450f | 2017-12-08 23:38:55 +0000 | [diff] [blame] | 27 | files: '**' |
| 28 | archive-artifacts: '' |
dglFromAtt | 2d7c6a0 | 2018-03-13 15:57:33 -0400 | [diff] [blame] | 29 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 30 | - project: |
dglFromAtt | 7134c4d | 2020-07-08 13:51:57 -0400 | [diff] [blame^] | 31 | name: dmaap-dbcapi-java8 |
| 32 | project-name: 'dmaap-dbcapi' |
| 33 | jobs: |
| 34 | - '{project-name}-{stream}-verify-java' |
| 35 | - '{project-name}-{stream}-merge-java' |
| 36 | - gerrit-maven-stage: |
| 37 | sign-artifacts: true |
| 38 | build-node: centos7-builder-4c-4g |
| 39 | maven-versions-plugin: true |
| 40 | project: 'dmaap/dbcapi' |
| 41 | mvn-settings: 'dmaap-dbcapi-settings' |
| 42 | java-version: openjdk8 |
| 43 | stream: |
| 44 | - 'elalto': |
| 45 | branch: 'elalto' |
| 46 | # due to a strange macro / variable translation problem this needs to be |
| 47 | # passed as a string block to properly get the properties correctly defined |
| 48 | # in the job |
| 49 | maven-deploy-properties: | |
| 50 | deployAtEnd=true |
| 51 | files: '**' |
| 52 | archive-artifacts: '' |
| 53 | |
| 54 | |
| 55 | - project: |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 56 | name: dmaap-dbcapi-sonar |
| 57 | jobs: |
| 58 | - gerrit-maven-sonar |
Jessica Wagantall | f39acc9 | 2019-11-18 17:01:43 -0800 | [diff] [blame] | 59 | sonarcloud: true |
| 60 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 61 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 62 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 63 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 64 | cron: '@daily' |
Jessica Wagantall | c3bf516 | 2020-03-31 10:27:35 -0700 | [diff] [blame] | 65 | build-node: ubuntu1804-builder-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 66 | project: 'dmaap/dbcapi' |
| 67 | project-name: 'dmaap-dbcapi' |
| 68 | branch: 'master' |
| 69 | mvn-settings: 'dmaap-dbcapi-settings' |
| 70 | mvn-goals: 'clean install' |
Dominic Lunanuova | 013c46d | 2018-02-09 14:25:56 +0000 | [diff] [blame] | 71 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
dglFromAtt | c7fcba0 | 2019-12-10 11:25:54 -0500 | [diff] [blame] | 72 | java-version: openjdk11 |
Jessica Wagantall | 26bd3f7 | 2018-10-19 15:58:28 -0700 | [diff] [blame] | 73 | |
| 74 | - project: |
| 75 | name: dmaap-dbcapi-clm |
| 76 | jobs: |
| 77 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 78 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 26bd3f7 | 2018-10-19 15:58:28 -0700 | [diff] [blame] | 79 | project: dmaap/dbcapi |
| 80 | project-name: 'dmaap-dbcapi' |
| 81 | branch: 'master' |
| 82 | mvn-settings: 'dmaap-dbcapi-settings' |
dglFromAtt | c7fcba0 | 2019-12-10 11:25:54 -0500 | [diff] [blame] | 83 | java-version: openjdk11 |
Jessica Wagantall | 196879c | 2019-02-27 00:04:55 -0800 | [diff] [blame] | 84 | |
| 85 | - project: |
| 86 | name: dmaap-dbcapi-info |
| 87 | project-name: dmaap-dbcapi |
| 88 | jobs: |
| 89 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 90 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | 196879c | 2019-02-27 00:04:55 -0800 | [diff] [blame] | 91 | project: dmaap/dbcapi |
| 92 | branch: master |