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' |
Manoop Talasila | 68cdb14 | 2017-04-04 16:07:14 -0400 | [diff] [blame] | 8 | - '{project-name}-{stream}-stage-site-java': |
Andrew Grimberg | 03fff54 | 2017-05-03 16:15:55 -0400 | [diff] [blame] | 9 | site-pom: 'pom.xml' |
Christopher Lott (cl778h) | e1f6f14 | 2017-10-26 15:27:01 -0400 | [diff] [blame] | 10 | trigger-job: '{project-name}-{stream}-release-java-daily' |
Andrew Grimberg | 6d99273 | 2017-02-02 15:10:59 -0800 | [diff] [blame] | 11 | project: 'portal' |
| 12 | stream: |
| 13 | - 'master': |
| 14 | branch: 'master' |
Christopher Lott (cl778h) | 3515385 | 2017-10-23 15:53:05 -0400 | [diff] [blame] | 15 | - 'release-1.3.0': |
| 16 | branch: 'release-1.3.0' |
Andrew Grimberg | 6d99273 | 2017-02-02 15:10:59 -0800 | [diff] [blame] | 17 | mvn-settings: 'portal-settings' |
| 18 | files: '**' |
| 19 | archive-artifacts: '' |
Andrew Grimberg | 4c1774b | 2017-02-15 15:15:46 -0800 | [diff] [blame] | 20 | build-node: ubuntu1604-basebuild-4c-4g |
Christopher Lott (cl778h) | 1757f75 | 2017-06-12 14:32:14 -0400 | [diff] [blame] | 21 | maven-deploy-properties: -Dbuild.number=$BUILD_NUMBER |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 22 | - project: |
| 23 | name: portal-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: 'portal' |
| 29 | project-name: 'portal' |
| 30 | branch: 'master' |
| 31 | mvn-settings: 'portal-settings' |
| 32 | mvn-goals: 'clean install' |
| 33 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |