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 | ded01d7 | 2017-10-13 13:09:04 -0700 | [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: '' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 22 | - project: |
| 23 | name: so-libs-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 | d8d79c7 | 2018-02-01 11:32:38 -0800 | [diff] [blame] | 27 | build-node: ubuntu1604-basebuild-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 28 | project: 'so/libs' |
| 29 | project-name: 'so-libs' |
| 30 | branch: 'master' |
| 31 | mvn-settings: 'so-libs-settings' |
| 32 | mvn-goals: 'clean install' |
Jessica Wagantall | bb48141 | 2018-03-09 18:42:28 -0800 | [diff] [blame^] | 33 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |