blob: 5f244f6ed233f35d26b38f5d3d810fbb95225391 [file] [log] [blame]
Andrew Grimberg6d992732017-02-02 15:10:59 -08001---
2- project:
3 name: portal
4 project-name: 'portal'
5 jobs:
Jessica Wagantallbd3114b2017-12-05 15:41:52 -08006 - 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'
Christopher Lott (cl778h)35153852017-10-23 15:53:05 -040012 - 'release-1.3.0':
13 branch: 'release-1.3.0'
Andrew Grimberg6d992732017-02-02 15:10:59 -080014 mvn-settings: 'portal-settings'
15 files: '**'
16 archive-artifacts: ''
Andrew Grimberg4c1774b2017-02-15 15:15:46 -080017 build-node: ubuntu1604-basebuild-4c-4g
Christopher Lott (cl778h)1757f752017-06-12 14:32:14 -040018 maven-deploy-properties: -Dbuild.number=$BUILD_NUMBER
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080019- project:
20 name: portal-sonar
21 jobs:
22 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080023 cron: 'H 11 * * *'
Jessica Wagantalld8d79c72018-02-01 11:32:38 -080024 build-node: ubuntu1604-basebuild-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080025 project: 'portal'
26 project-name: 'portal'
27 branch: 'master'
28 mvn-settings: 'portal-settings'
29 mvn-goals: 'clean install'
Jessica Wagantallbb481412018-03-09 18:42:28 -080030 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'