Andrew Grimberg | 6d99273 | 2017-02-02 15:10:59 -0800 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: portal |
| 4 | project-name: 'portal' |
| 5 | jobs: |
Jessica Wagantall | 25788fe | 2018-07-31 20:00:57 -0700 | [diff] [blame^] | 6 | - gerrit-maven-clm |
Christopher Lott (cl778h) | e1f6f14 | 2017-10-26 15:27:01 -0400 | [diff] [blame] | 7 | - '{project-name}-{stream}-release-java-daily' |
Andrew Grimberg | 6d99273 | 2017-02-02 15:10:59 -0800 | [diff] [blame] | 8 | project: 'portal' |
| 9 | stream: |
| 10 | - 'master': |
| 11 | branch: 'master' |
Manoop Talasila | 16587df | 2018-04-30 17:21:25 -0400 | [diff] [blame] | 12 | - 'release-2.2.0': |
| 13 | branch: 'release-2.2.0' |
Andrew Grimberg | 6d99273 | 2017-02-02 15:10:59 -0800 | [diff] [blame] | 14 | mvn-settings: 'portal-settings' |
| 15 | files: '**' |
| 16 | archive-artifacts: '' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 17 | build-node: ubuntu1604-builder-4c-4g |
Christopher Lott (cl778h) | 1757f75 | 2017-06-12 14:32:14 -0400 | [diff] [blame] | 18 | maven-deploy-properties: -Dbuild.number=$BUILD_NUMBER |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 19 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 20 | - project: |
| 21 | name: portal-sonar |
| 22 | jobs: |
| 23 | - gerrit-maven-sonar |
Jessica Wagantall | 4db1448 | 2018-02-14 16:07:57 -0800 | [diff] [blame] | 24 | cron: 'H 11 * * *' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 25 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 26 | project: 'portal' |
| 27 | project-name: 'portal' |
| 28 | branch: 'master' |
| 29 | mvn-settings: 'portal-settings' |
| 30 | mvn-goals: 'clean install' |
Jessica Wagantall | bb48141 | 2018-03-09 18:42:28 -0800 | [diff] [blame] | 31 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |