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: |
Jessica Wagantall | 4b4666f | 2019-06-13 14:45:07 -0700 | [diff] [blame] | 13 | build-node: ubuntu1604-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: |
Jessica Wagantall | 4042077 | 2019-06-13 16:42:58 -0700 | [diff] [blame] | 16 | build-node: ubuntu1604-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': |
| 22 | mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' |
JulienBe | a4868a6 | 2017-07-28 17:13:11 +0200 | [diff] [blame] | 23 | - '{project-name}-{stream}-merge-properties-java': |
JulienBe | c9d90e2 | 2017-08-08 10:44:10 +0200 | [diff] [blame] | 24 | mvn_properties: |
| 25 | - docker.pull.registry=nexus3.onap.org:10001 |
| 26 | - docker.push.registry=nexus3.onap.org:10003 |
Jessica Wagantall | cfa6fdc | 2019-08-05 17:28:34 -0700 | [diff] [blame] | 27 | - '{project-name}-gerrit-release-jobs': |
Jessica Wagantall | edc65fd | 2019-09-16 14:19:27 -0700 | [diff] [blame] | 28 | build-node: centos7-docker-8c-8g |
JulienBe | 91c56ec | 2017-06-21 23:37:39 +0200 | [diff] [blame] | 29 | |
| 30 | project: 'clamp' |
| 31 | stream: |
ChrisC | 911b2c7 | 2019-03-18 16:44:35 +0100 | [diff] [blame] | 32 | - 'master': |
| 33 | branch: 'master' |
ChrisC | 5b4c7d8 | 2019-06-03 16:14:03 +0200 | [diff] [blame] | 34 | - 'dublin': |
ChrisC | c3d084e | 2019-05-28 16:03:31 +0200 | [diff] [blame] | 35 | branch: 'dublin' |
JulienBe | 91c56ec | 2017-06-21 23:37:39 +0200 | [diff] [blame] | 36 | mvn-settings: 'clamp-settings' |
sebdet | 3d9db7e | 2019-11-20 14:31:45 +0100 | [diff] [blame] | 37 | java-version: openjdk11 |
JulienBe | 91c56ec | 2017-06-21 23:37:39 +0200 | [diff] [blame] | 38 | files: '**' |
| 39 | archive-artifacts: '' |
JulienBe | dac50b3 | 2017-06-27 10:18:04 +0200 | [diff] [blame] | 40 | build-node: ubuntu1604-docker-8c-8g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 41 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 42 | - project: |
| 43 | name: clamp-sonar |
| 44 | jobs: |
ac2550 | ef92ed9 | 2018-04-04 13:39:53 +0200 | [diff] [blame] | 45 | - gerrit-maven-sonar: |
| 46 | mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' |
Jessica Wagantall | bc3c75b | 2019-11-18 16:58:35 -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}' |
Jessica Wagantall | 883808b | 2020-01-09 10:54:25 -0800 | [diff] [blame] | 51 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 52 | cron: '@daily' |
Jessica Wagantall | 7e047f6 | 2018-02-12 16:16:04 -0800 | [diff] [blame] | 53 | build-node: ubuntu1604-docker-8c-8g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 54 | project: 'clamp' |
| 55 | project-name: 'clamp' |
| 56 | branch: 'master' |
| 57 | mvn-settings: 'clamp-settings' |
| 58 | mvn-goals: 'clean install' |
Jessica Wagantall | 7e047f6 | 2018-02-12 16:16:04 -0800 | [diff] [blame] | 59 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
sebdet | 3d9db7e | 2019-11-20 14:31:45 +0100 | [diff] [blame] | 60 | java-version: openjdk11 |
Jessica Wagantall | a88ee78 | 2018-10-18 22:04:05 -0700 | [diff] [blame] | 61 | |
| 62 | - project: |
| 63 | name: clamp-clm |
| 64 | jobs: |
| 65 | - gerrit-maven-clm: |
| 66 | mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 67 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | a88ee78 | 2018-10-18 22:04:05 -0700 | [diff] [blame] | 68 | project: 'clamp' |
| 69 | project-name: 'clamp' |
| 70 | branch: 'master' |
| 71 | mvn-settings: 'clamp-settings' |
| 72 | build-node: ubuntu1604-docker-8c-8g |
Bengt Thuree | d475142 | 2018-11-28 22:33:05 +1100 | [diff] [blame] | 73 | build-timeout: 120 |
sebdet | 3d9db7e | 2019-11-20 14:31:45 +0100 | [diff] [blame] | 74 | java-version: openjdk11 |
Jessica Wagantall | 5757b69 | 2019-02-27 00:00:23 -0800 | [diff] [blame] | 75 | |
| 76 | - project: |
| 77 | name: clamp-info |
| 78 | project-name: clamp |
| 79 | jobs: |
| 80 | - gerrit-info-yaml-verify |
| 81 | project: clamp |
| 82 | branch: master |