rama-huawei | 8554213 | 2018-10-04 11:42:44 +0530 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: dcaegen2-collectors-restconf |
| 4 | project-name: 'dcaegen2-collectors-restconf' |
mukesh.paliwal1@huawei.com | 1422235 | 2020-07-20 11:43:31 +0530 | [diff] [blame] | 5 | java-version: openjdk11 |
rama-huawei | 8554213 | 2018-10-04 11:42:44 +0530 | [diff] [blame] | 6 | jobs: |
vv770d | 09daec5 | 2022-06-08 13:21:23 +0000 | [diff] [blame] | 7 | - gerrit-maven-verify: |
| 8 | pre-build-script: !include-raw-escape: ../../shell/onap-gerrit-review-wrapper.sh |
| 9 | - gerrit-maven-merge |
Jessica Wagantall | cd4818e | 2019-07-11 15:44:34 -0700 | [diff] [blame] | 10 | - gerrit-maven-stage: |
| 11 | sign-artifacts: true |
vv770d | 0a2909d | 2022-07-18 15:36:55 +0000 | [diff] [blame^] | 12 | sbom-generator: true |
Vijay Venkatesh Kumar | d42d2be | 2019-07-16 14:38:25 +0000 | [diff] [blame] | 13 | build-node: centos7-docker-8c-8g |
Jessica Wagantall | cd4818e | 2019-07-11 15:44:34 -0700 | [diff] [blame] | 14 | maven-versions-plugin: true |
Vijay Venkatesh Kumar | 484d8c8 | 2019-07-21 04:57:59 +0000 | [diff] [blame] | 15 | - gerrit-maven-docker-stage: |
Vijay Venkatesh Kumar | 4c15211 | 2020-03-27 00:22:31 +0000 | [diff] [blame] | 16 | build-node: ubuntu1804-docker-8c-8g |
Vijay Venkatesh Kumar | 484d8c8 | 2019-07-21 04:57:59 +0000 | [diff] [blame] | 17 | container-public-registry: 'nexus3.onap.org:10001' |
| 18 | container-staging-registry: 'nexus3.onap.org:10003' |
Vijay Venkatesh Kumar | b7758ca | 2019-08-01 22:28:21 +0000 | [diff] [blame] | 19 | mvn-goals: 'clean package docker:build -DpushImageTag' |
Vijay Venkatesh Kumar | 222c449 | 2019-08-07 19:09:26 +0000 | [diff] [blame] | 20 | - '{project-name}-gerrit-release-jobs': |
Jessica Wagantall | 04f77fb | 2019-09-16 15:37:20 -0700 | [diff] [blame] | 21 | build-node: centos7-docker-8c-8g |
rama-huawei | 8554213 | 2018-10-04 11:42:44 +0530 | [diff] [blame] | 22 | project: 'dcaegen2/collectors/restconf' |
| 23 | stream: |
| 24 | - 'master': |
| 25 | branch: 'master' |
vv770d | e85dd3f | 2021-09-28 20:41:48 +0000 | [diff] [blame] | 26 | - 'istanbul': |
| 27 | branch: 'istanbul' |
vv770d | c1e11d2 | 2022-04-25 18:21:38 +0000 | [diff] [blame] | 28 | - 'jakarta': |
| 29 | branch: 'jakarta' |
vv770d | 09daec5 | 2022-06-08 13:21:23 +0000 | [diff] [blame] | 30 | mvn-snapshot-id: 'ecomp-snapshots' |
| 31 | nexus-snapshot-repo: 'snapshots' |
rama-huawei | 8554213 | 2018-10-04 11:42:44 +0530 | [diff] [blame] | 32 | mvn-settings: 'dcaegen2-collectors-restconf-settings' |
| 33 | # due to a strange macro / variable translation problem this needs |
| 34 | # to be passed as a string block to properly get the properties |
| 35 | # correctly defined in the job |
| 36 | maven-deploy-properties: | |
| 37 | deployAtEnd=true |
| 38 | files: '**' |
| 39 | archive-artifacts: '' |
Vijay Venkatesh Kumar | 4c15211 | 2020-03-27 00:22:31 +0000 | [diff] [blame] | 40 | build-node: 'ubuntu1804-docker-8c-8g' |
rama-huawei | 8554213 | 2018-10-04 11:42:44 +0530 | [diff] [blame] | 41 | |
| 42 | - project: |
| 43 | name: dcaegen2-collectors-restconf-sonar |
mukesh.paliwal1@huawei.com | 1422235 | 2020-07-20 11:43:31 +0530 | [diff] [blame] | 44 | java-version: openjdk11 |
rama-huawei | 8554213 | 2018-10-04 11:42:44 +0530 | [diff] [blame] | 45 | jobs: |
| 46 | - gerrit-maven-sonar |
Jessica Wagantall | 16452c0 | 2019-11-18 17:00:59 -0800 | [diff] [blame] | 47 | sonarcloud: true |
| 48 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 49 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 50 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
| 51 | sonar-mvn-goal: '{sonar_mvn_goal}' |
rama-huawei | 8554213 | 2018-10-04 11:42:44 +0530 | [diff] [blame] | 52 | cron: '@daily' |
Vijay Venkatesh Kumar | 4c15211 | 2020-03-27 00:22:31 +0000 | [diff] [blame] | 53 | build-node: ubuntu1804-docker-8c-8g |
rama-huawei | 8554213 | 2018-10-04 11:42:44 +0530 | [diff] [blame] | 54 | project: 'dcaegen2/collectors/restconf' |
| 55 | project-name: 'dcaegen2-collectors-restconf' |
| 56 | branch: 'master' |
| 57 | mvn-settings: 'dcaegen2-collectors-restconf-settings' |
| 58 | mvn-goals: 'clean install' |
| 59 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | ac9f98a | 2018-10-19 14:26:38 -0700 | [diff] [blame] | 60 | |
| 61 | - project: |
| 62 | name: dcaegen2-collectors-restconf-clm |
mukesh.paliwal1@huawei.com | 1422235 | 2020-07-20 11:43:31 +0530 | [diff] [blame] | 63 | java-version: openjdk11 |
Jessica Wagantall | ac9f98a | 2018-10-19 14:26:38 -0700 | [diff] [blame] | 64 | jobs: |
| 65 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 66 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | ac9f98a | 2018-10-19 14:26:38 -0700 | [diff] [blame] | 67 | project: dcaegen2/collectors/restconf |
Vijay Venkatesh Kumar | 4c15211 | 2020-03-27 00:22:31 +0000 | [diff] [blame] | 68 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | ac9f98a | 2018-10-19 14:26:38 -0700 | [diff] [blame] | 69 | project-name: 'dcaegen2-collectors-restconf' |
vv770d | 4c22915 | 2022-01-20 22:30:55 +0000 | [diff] [blame] | 70 | stream: |
| 71 | - 'master': |
| 72 | branch: 'master' |
| 73 | - 'istanbul': |
| 74 | branch: 'istanbul' |
Jessica Wagantall | ac9f98a | 2018-10-19 14:26:38 -0700 | [diff] [blame] | 75 | mvn-settings: 'dcaegen2-collectors-restconf-settings' |
Jessica Wagantall | c6a0952 | 2019-02-27 00:02:59 -0800 | [diff] [blame] | 76 | |
| 77 | - project: |
| 78 | name: dcaegen2-collectors-restconf-info |
| 79 | project-name: dcaegen2-collectors-restconf |
mukesh.paliwal1@huawei.com | 1422235 | 2020-07-20 11:43:31 +0530 | [diff] [blame] | 80 | java-version: openjdk11 |
Jessica Wagantall | c6a0952 | 2019-02-27 00:02:59 -0800 | [diff] [blame] | 81 | jobs: |
| 82 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 83 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | c6a0952 | 2019-02-27 00:02:59 -0800 | [diff] [blame] | 84 | project: dcaegen2/collectors/restconf |
| 85 | branch: master |