Andrew Grimberg | ce2286c | 2017-01-31 05:50:39 -0800 | [diff] [blame] | 1 | --- |
| 2 | - project: |
Rob Daugherty | 8809992 | 2017-07-11 10:14:02 -0400 | [diff] [blame] | 3 | name: so-libs |
| 4 | project-name: 'so-libs' |
Andrew Grimberg | ce2286c | 2017-01-31 05:50:39 -0800 | [diff] [blame] | 5 | jobs: |
Jessica Wagantall | cb96130 | 2018-08-24 18:49:15 +0000 | [diff] [blame] | 6 | - gerrit-maven-clm |
Andrew Grimberg | ce2286c | 2017-01-31 05:50:39 -0800 | [diff] [blame] | 7 | - '{project-name}-{stream}-verify-java' |
| 8 | - '{project-name}-{stream}-merge-java' |
JulienBe | 5641aa0 | 2017-02-17 01:08:38 -0800 | [diff] [blame] | 9 | - '{project-name}-{stream}-release-version-java-daily' |
Rob Daugherty | 8809992 | 2017-07-11 10:14:02 -0400 | [diff] [blame] | 10 | project: 'so/libs' |
Andrew Grimberg | ce2286c | 2017-01-31 05:50:39 -0800 | [diff] [blame] | 11 | stream: |
| 12 | - 'master': |
| 13 | branch: 'master' |
Rob Daugherty | 0978b4f | 2017-07-27 11:54:08 -0400 | [diff] [blame] | 14 | mvn-settings: 'so-libs-settings' |
Andrew Grimberg | 24443ee | 2017-02-02 08:29:12 -0800 | [diff] [blame] | 15 | # due to a strange macro / variable translation problem this needs to be |
| 16 | # passed as a string block to properly get the properties correctly defined |
| 17 | # in the job |
| 18 | maven-deploy-properties: | |
| 19 | deployAtEnd=true |
Andrew Grimberg | ce2286c | 2017-01-31 05:50:39 -0800 | [diff] [blame] | 20 | files: '**' |
| 21 | archive-artifacts: '' |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 22 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 23 | - project: |
| 24 | name: so-libs-sonar |
| 25 | jobs: |
| 26 | - gerrit-maven-sonar |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame^] | 27 | cron: '@daily' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 28 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 29 | project: 'so/libs' |
| 30 | project-name: 'so-libs' |
| 31 | branch: 'master' |
| 32 | mvn-settings: 'so-libs-settings' |
| 33 | mvn-goals: 'clean install' |
Jessica Wagantall | bb48141 | 2018-03-09 18:42:28 -0800 | [diff] [blame] | 34 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |