blob: 20d0b7c70464199fc70c5f0101e47f111d4bb076 [file] [log] [blame]
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -04001---
2- project:
3 name: portal-sdk
4 project-name: 'portal-sdk'
5 subproject:
6 - 'ecomp-sdk':
7 pom: 'ecomp-sdk/pom.xml'
8 pattern: 'ecomp-sdk/**'
Jessica Wagantallcfd9e432017-10-03 14:18:27 -07009 subproject-name: 'ecomp-sdk'
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -040010
11 jobs:
12 - '{project-name}-{stream}-{subproject}-verify-java'
13 - '{project-name}-{stream}-{subproject}-merge-java'
14 - '{project-name}-{stream}-{subproject}-release-java-daily'
15 - '{project-name}-{stream}-stage-site-java':
Jessica Wagantalle172ea42017-10-02 17:26:50 -070016 pom: 'ecomp-sdk/pom.xml'
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -040017 site-pom: 'ecomp-sdk/pom.xml'
Jessica Wagantallcfd9e432017-10-03 14:18:27 -070018 trigger-job: '{project-name}-{stream}-{subproject-name}-release-java-daily'
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -040019
20 project: 'portal/sdk'
21 stream:
22 - 'master':
23 branch: 'master'
Jessica Wagantall88948602017-11-20 21:33:00 -080024 - 'amsterdam':
25 branch: 'amsterdam'
Christopher Lott (cl778h)0953d6d2017-10-14 06:44:29 -040026 - 'release-1.3.1':
27 branch: 'release-1.3.1'
Christopher Lott (cl778h)f8a26b52017-11-02 17:34:28 -040028 - 'release-1.3.2':
29 branch: 'release-1.3.2'
st782sa19ec802018-02-09 17:08:13 -050030 - 'release-2.1.0':
31 branch: 'release-2.1.0'
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -040032 mvn-settings: 'portal-sdk-settings'
33 files: '**'
34 archive-artifacts: ''
Jessica Wagantall7d79a902017-08-09 15:16:12 -070035 build-node: ubuntu1604-basebuild-4c-4g
Jessica Wagantallcb710ba2018-02-08 18:16:07 -080036- project:
37 name: portal-sdk-sonar
38 jobs:
39 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080040 cron: 'H 11 * * *'
Jessica Wagantallcb710ba2018-02-08 18:16:07 -080041 build-node: ubuntu1604-basebuild-4c-4g
Jessica Wagantallcb710ba2018-02-08 18:16:07 -080042 project: 'portal/sdk'
43 project-name: 'portal-sdk'
44 branch: 'master'
45 mvn-params: '-f ecomp-sdk/pom.xml'
46 mvn-settings: 'portal-settings'
47 mvn-goals: 'clean install'
48 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'