blob: 9e2db4c934ac604bde831b00f32f1dff175e7dd8 [file] [log] [blame]
Andrew Grimberg6d992732017-02-02 15:10:59 -08001---
2- project:
3 name: portal
4 project-name: 'portal'
5 jobs:
Jessica Wagantall25788fe2018-07-31 20:00:57 -07006 - gerrit-maven-clm
Christopher Lott (cl778h)e1f6f142017-10-26 15:27:01 -04007 - '{project-name}-{stream}-release-java-daily'
Andrew Grimberg6d992732017-02-02 15:10:59 -08008 project: 'portal'
9 stream:
10 - 'master':
11 branch: 'master'
Manoop Talasila16587df2018-04-30 17:21:25 -040012 - 'release-2.2.0':
13 branch: 'release-2.2.0'
Andrew Grimberg6d992732017-02-02 15:10:59 -080014 mvn-settings: 'portal-settings'
15 files: '**'
16 archive-artifacts: ''
Jessica Wagantall4f41c692018-03-19 14:44:18 -070017 build-node: ubuntu1604-builder-4c-4g
Christopher Lott (cl778h)1757f752017-06-12 14:32:14 -040018 maven-deploy-properties: -Dbuild.number=$BUILD_NUMBER
Anil Belurd2d5f282018-07-14 20:09:36 +100019
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080020- project:
21 name: portal-sonar
22 jobs:
23 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080024 cron: 'H 11 * * *'
Jessica Wagantall4f41c692018-03-19 14:44:18 -070025 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080026 project: 'portal'
27 project-name: 'portal'
28 branch: 'master'
29 mvn-settings: 'portal-settings'
30 mvn-goals: 'clean install'
Jessica Wagantallbb481412018-03-09 18:42:28 -080031 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'