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 | bd3114b | 2017-12-05 15:41:52 -0800 | [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' |
Christopher Lott (cl778h) | 3515385 | 2017-10-23 15:53:05 -0400 | [diff] [blame] | 12 | - 'release-1.3.0': |
| 13 | branch: 'release-1.3.0' |
Andrew Grimberg | 6d99273 | 2017-02-02 15:10:59 -0800 | [diff] [blame] | 14 | mvn-settings: 'portal-settings' |
| 15 | files: '**' |
| 16 | archive-artifacts: '' |
Andrew Grimberg | 4c1774b | 2017-02-15 15:15:46 -0800 | [diff] [blame] | 17 | build-node: ubuntu1604-basebuild-4c-4g |
Christopher Lott (cl778h) | 1757f75 | 2017-06-12 14:32:14 -0400 | [diff] [blame] | 18 | maven-deploy-properties: -Dbuild.number=$BUILD_NUMBER |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 19 | - project: |
| 20 | name: portal-sonar |
| 21 | jobs: |
| 22 | - gerrit-maven-sonar |
Jessica Wagantall | 4db1448 | 2018-02-14 16:07:57 -0800 | [diff] [blame] | 23 | cron: 'H 11 * * *' |
Jessica Wagantall | d8d79c7 | 2018-02-01 11:32:38 -0800 | [diff] [blame] | 24 | build-node: ubuntu1604-basebuild-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 25 | project: 'portal' |
| 26 | project-name: 'portal' |
| 27 | branch: 'master' |
| 28 | mvn-settings: 'portal-settings' |
| 29 | mvn-goals: 'clean install' |
Jessica Wagantall | bb48141 | 2018-03-09 18:42:28 -0800 | [diff] [blame] | 30 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |