ml636r | 7e45bd0 | 2017-02-15 21:12:12 +0200 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | - project: |
Andrew Grimberg | f8264a4 | 2017-02-15 11:41:00 -0800 | [diff] [blame] | 4 | name: sdc-sdc-distribution-client |
| 5 | project-name: 'sdc-sdc-distribution-client' |
ml636r | 7e45bd0 | 2017-02-15 21:12:12 +0200 | [diff] [blame] | 6 | jobs: |
Jessica Wagantall | 25788fe | 2018-07-31 20:00:57 -0700 | [diff] [blame] | 7 | - gerrit-maven-clm |
ml636r | 7e45bd0 | 2017-02-15 21:12:12 +0200 | [diff] [blame] | 8 | - '{project-name}-{stream}-verify-java' |
ml636r | 69e9b0a | 2017-02-23 14:50:05 +0200 | [diff] [blame] | 9 | - '{project-name}-{stream}-release-version-java-daily' |
ml636r | 7e45bd0 | 2017-02-15 21:12:12 +0200 | [diff] [blame] | 10 | - '{project-name}-{stream}-merge-java' |
ml636r | 7e45bd0 | 2017-02-15 21:12:12 +0200 | [diff] [blame] | 11 | project: 'sdc/sdc-distribution-client' |
| 12 | stream: |
| 13 | - 'master': |
| 14 | branch: 'master' |
Michael Lando | 82b94aa | 2018-05-26 19:49:09 +0300 | [diff] [blame] | 15 | - 'beijing': |
| 16 | branch: 'beijing' |
Andrew Grimberg | f8264a4 | 2017-02-15 11:41:00 -0800 | [diff] [blame] | 17 | mvn-settings: 'sdc-sdc-distribution-client-settings' |
ml636r | 7e45bd0 | 2017-02-15 21:12:12 +0200 | [diff] [blame] | 18 | files: '**' |
| 19 | archive-artifacts: '' |
ml636r | 69e9b0a | 2017-02-23 14:50:05 +0200 | [diff] [blame] | 20 | build-timeout: 60 |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 21 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 22 | - project: |
| 23 | name: sdc-sdc-distribution-client-sonar |
| 24 | jobs: |
| 25 | - gerrit-maven-sonar |
Jessica Wagantall | 4db1448 | 2018-02-14 16:07:57 -0800 | [diff] [blame] | 26 | cron: 'H 11 * * *' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 27 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 28 | project: 'sdc/sdc-distribution-client' |
| 29 | project-name: 'sdc-sdc-distribution-client' |
| 30 | branch: 'master' |
| 31 | mvn-settings: 'sdc-sdc-distribution-client-settings' |
Michael Lando | ed888be | 2018-08-16 18:07:52 +0300 | [diff] [blame] | 32 | mvn-params: '-Dsonar.branch=${branch}' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 33 | mvn-goals: 'clean install' |
Michael Lando | e1aab9c | 2018-08-12 19:34:40 +0300 | [diff] [blame] | 34 | mvn-opts: '-Xmx1024m' |