JulienBe | 91c56ec | 2017-06-21 23:37:39 +0200 | [diff] [blame] | 1 | --- |
Jessica Wagantall | 5b57a37 | 2018-11-13 14:29:55 -0800 | [diff] [blame] | 2 | - project: |
| 3 | name: clamp-project-view |
| 4 | project-name: clamp |
| 5 | views: |
| 6 | - project-view |
JulienBe | 91c56ec | 2017-06-21 23:37:39 +0200 | [diff] [blame] | 7 | |
| 8 | - project: |
| 9 | name: clamp |
| 10 | project-name: 'clamp' |
| 11 | jobs: |
Jessica Wagantall | d602105 | 2019-02-04 14:29:52 -0800 | [diff] [blame] | 12 | - gerrit-maven-stage: |
sebdet | 1480276 | 2020-03-27 03:04:05 -0700 | [diff] [blame] | 13 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | d602105 | 2019-02-04 14:29:52 -0800 | [diff] [blame] | 14 | maven-versions-plugin: true |
Jessica Wagantall | a9e70c0 | 2019-05-28 09:53:45 -0700 | [diff] [blame] | 15 | - gerrit-maven-docker-stage: |
sebdet | 1480276 | 2020-03-27 03:04:05 -0700 | [diff] [blame] | 16 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | a9e70c0 | 2019-05-28 09:53:45 -0700 | [diff] [blame] | 17 | maven-versions-plugin: true |
| 18 | container-public-registry: 'nexus3.onap.org:10001' |
| 19 | container-staging-registry: 'nexus3.onap.org:10003' |
| 20 | mvn-params: '-Dmaven.test.skip=true -P docker' |
ac2550 | ef92ed9 | 2018-04-04 13:39:53 +0200 | [diff] [blame] | 21 | - '{project-name}-{stream}-verify-java-checkstyle': |
Jessica Wagantall | c99799e | 2020-08-05 10:32:42 -0700 | [diff] [blame] | 22 | mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' |
| 23 | build-node: ubuntu1804-docker-8c-16g |
JulienBe | a4868a6 | 2017-07-28 17:13:11 +0200 | [diff] [blame] | 24 | - '{project-name}-{stream}-merge-properties-java': |
JulienBe | c9d90e2 | 2017-08-08 10:44:10 +0200 | [diff] [blame] | 25 | mvn_properties: |
| 26 | - docker.pull.registry=nexus3.onap.org:10001 |
| 27 | - docker.push.registry=nexus3.onap.org:10003 |
Jessica Wagantall | cfa6fdc | 2019-08-05 17:28:34 -0700 | [diff] [blame] | 28 | - '{project-name}-gerrit-release-jobs': |
Jessica Wagantall | edc65fd | 2019-09-16 14:19:27 -0700 | [diff] [blame] | 29 | build-node: centos7-docker-8c-8g |
JulienBe | 91c56ec | 2017-06-21 23:37:39 +0200 | [diff] [blame] | 30 | |
| 31 | project: 'clamp' |
| 32 | stream: |
ChrisC | 911b2c7 | 2019-03-18 16:44:35 +0100 | [diff] [blame] | 33 | - 'master': |
| 34 | branch: 'master' |
sebdet | 2f80cf7 | 2020-05-04 16:39:20 +0200 | [diff] [blame] | 35 | - 'frankfurt': |
| 36 | branch: 'frankfurt' |
sebdet | 99b714e | 2020-11-17 14:52:31 +0100 | [diff] [blame] | 37 | - 'guilin': |
| 38 | branch: 'guilin' |
sebdet | 251c3f6 | 2020-09-29 10:36:21 +0200 | [diff] [blame] | 39 | - 'tosca-poc': |
| 40 | branch: 'tosca-poc' |
JulienBe | 91c56ec | 2017-06-21 23:37:39 +0200 | [diff] [blame] | 41 | mvn-settings: 'clamp-settings' |
sebdet | 3d9db7e | 2019-11-20 14:31:45 +0100 | [diff] [blame] | 42 | java-version: openjdk11 |
JulienBe | 91c56ec | 2017-06-21 23:37:39 +0200 | [diff] [blame] | 43 | files: '**' |
| 44 | archive-artifacts: '' |
sebdet | 1480276 | 2020-03-27 03:04:05 -0700 | [diff] [blame] | 45 | build-node: ubuntu1804-docker-8c-8g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 46 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 47 | - project: |
| 48 | name: clamp-sonar |
| 49 | jobs: |
ac2550 | ef92ed9 | 2018-04-04 13:39:53 +0200 | [diff] [blame] | 50 | - gerrit-maven-sonar: |
| 51 | mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' |
Jessica Wagantall | bc3c75b | 2019-11-18 16:58:35 -0800 | [diff] [blame] | 52 | sonarcloud: true |
| 53 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 54 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 55 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
Jessica Wagantall | 883808b | 2020-01-09 10:54:25 -0800 | [diff] [blame] | 56 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 57 | cron: '@daily' |
sebdet | 1480276 | 2020-03-27 03:04:05 -0700 | [diff] [blame] | 58 | build-node: ubuntu1804-docker-8c-8g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 59 | project: 'clamp' |
| 60 | project-name: 'clamp' |
| 61 | branch: 'master' |
| 62 | mvn-settings: 'clamp-settings' |
| 63 | mvn-goals: 'clean install' |
Jessica Wagantall | 7e047f6 | 2018-02-12 16:16:04 -0800 | [diff] [blame] | 64 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
sebdet | 3d9db7e | 2019-11-20 14:31:45 +0100 | [diff] [blame] | 65 | java-version: openjdk11 |
Jessica Wagantall | a88ee78 | 2018-10-18 22:04:05 -0700 | [diff] [blame] | 66 | |
| 67 | - project: |
| 68 | name: clamp-clm |
| 69 | jobs: |
| 70 | - gerrit-maven-clm: |
| 71 | mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 72 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | a88ee78 | 2018-10-18 22:04:05 -0700 | [diff] [blame] | 73 | project: 'clamp' |
| 74 | project-name: 'clamp' |
| 75 | branch: 'master' |
| 76 | mvn-settings: 'clamp-settings' |
sebdet | 1480276 | 2020-03-27 03:04:05 -0700 | [diff] [blame] | 77 | build-node: ubuntu1804-docker-8c-8g |
Bengt Thuree | d475142 | 2018-11-28 22:33:05 +1100 | [diff] [blame] | 78 | build-timeout: 120 |
sebdet | 3d9db7e | 2019-11-20 14:31:45 +0100 | [diff] [blame] | 79 | java-version: openjdk11 |
Jessica Wagantall | 5757b69 | 2019-02-27 00:00:23 -0800 | [diff] [blame] | 80 | |
| 81 | - project: |
| 82 | name: clamp-info |
| 83 | project-name: clamp |
| 84 | jobs: |
| 85 | - gerrit-info-yaml-verify |
Jessica Wagantall | db675aa | 2020-01-14 00:57:36 -0800 | [diff] [blame] | 86 | build-node: centos7-builder-2c-1g |
Jessica Wagantall | 5757b69 | 2019-02-27 00:00:23 -0800 | [diff] [blame] | 87 | project: clamp |
| 88 | branch: master |