blob: 25be786d443979c080a7b64dbf44e90431fde648 [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:
Manoop Talasilad9cd5972018-02-20 16:01:49 -05006 - 'onap-sdk':
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -04007 pom: 'ecomp-sdk/pom.xml'
8 pattern: 'ecomp-sdk/**'
Manoop Talasilad9cd5972018-02-20 16:01:49 -05009 subproject-name: 'onap-sdk'
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -040010
11 jobs:
Jessica Wagantall68601992018-02-22 12:03:33 -080012 - gerrit-maven-clm:
13 mvn-params: '-f ecomp-sdk/pom.xml'
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -040014 - '{project-name}-{stream}-{subproject}-verify-java'
15 - '{project-name}-{stream}-{subproject}-merge-java'
16 - '{project-name}-{stream}-{subproject}-release-java-daily'
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -040017 project: 'portal/sdk'
18 stream:
19 - 'master':
20 branch: 'master'
st782sa19ec802018-02-09 17:08:13 -050021 - 'release-2.1.0':
22 branch: 'release-2.1.0'
st782s13873d92018-04-06 07:37:34 -040023 - 'release-2.1.1':
24 branch: 'release-2.1.1'
st782s798decd2018-04-07 05:41:26 -040025 - 'release-2.2.0':
26 branch: 'release-2.2.0'
27 - 'release-2.3.0':
28 branch: 'release-2.3.0'
st782sdd446032018-05-22 16:12:21 -040029 - 'release-2.4.0':
30 branch: 'release-2.4.0'
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -040031 mvn-settings: 'portal-sdk-settings'
32 files: '**'
33 archive-artifacts: ''
Jessica Wagantall4f41c692018-03-19 14:44:18 -070034 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantallcb710ba2018-02-08 18:16:07 -080035- project:
36 name: portal-sdk-sonar
37 jobs:
38 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080039 cron: 'H 11 * * *'
Jessica Wagantall4f41c692018-03-19 14:44:18 -070040 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantallcb710ba2018-02-08 18:16:07 -080041 project: 'portal/sdk'
42 project-name: 'portal-sdk'
43 branch: 'master'
44 mvn-params: '-f ecomp-sdk/pom.xml'
45 mvn-settings: 'portal-settings'
46 mvn-goals: 'clean install'
47 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'