blob: 25cee2a94111e906d33363e56e99b24d7f6dadaf [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'
Manoop Talasila68cdb142017-04-04 16:07:14 -04008 - '{project-name}-{stream}-stage-site-java':
Andrew Grimberg03fff542017-05-03 16:15:55 -04009 site-pom: 'pom.xml'
Christopher Lott (cl778h)e1f6f142017-10-26 15:27:01 -040010 trigger-job: '{project-name}-{stream}-release-java-daily'
Andrew Grimberg6d992732017-02-02 15:10:59 -080011 project: 'portal'
12 stream:
13 - 'master':
14 branch: 'master'
Christopher Lott (cl778h)35153852017-10-23 15:53:05 -040015 - 'release-1.3.0':
16 branch: 'release-1.3.0'
Andrew Grimberg6d992732017-02-02 15:10:59 -080017 mvn-settings: 'portal-settings'
18 files: '**'
19 archive-artifacts: ''
Andrew Grimberg4c1774b2017-02-15 15:15:46 -080020 build-node: ubuntu1604-basebuild-4c-4g
Christopher Lott (cl778h)1757f752017-06-12 14:32:14 -040021 maven-deploy-properties: -Dbuild.number=$BUILD_NUMBER
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080022- project:
23 name: portal-sonar
24 jobs:
25 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080026 cron: 'H 11 * * *'
Jessica Wagantalld8d79c72018-02-01 11:32:38 -080027 build-node: ubuntu1604-basebuild-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080028 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'