blob: c5660d4f48faf3fe6dcfce7bf6af6d5a747f312d [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'
17 - '{project-name}-{stream}-stage-site-java':
Jessica Wagantalle172ea42017-10-02 17:26:50 -070018 pom: 'ecomp-sdk/pom.xml'
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -040019 site-pom: 'ecomp-sdk/pom.xml'
Jessica Wagantallcfd9e432017-10-03 14:18:27 -070020 trigger-job: '{project-name}-{stream}-{subproject-name}-release-java-daily'
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -040021
22 project: 'portal/sdk'
23 stream:
24 - 'master':
25 branch: 'master'
st782sa19ec802018-02-09 17:08:13 -050026 - 'release-2.1.0':
27 branch: 'release-2.1.0'
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -040028 mvn-settings: 'portal-sdk-settings'
29 files: '**'
30 archive-artifacts: ''
Jessica Wagantall7d79a902017-08-09 15:16:12 -070031 build-node: ubuntu1604-basebuild-4c-4g
Jessica Wagantallcb710ba2018-02-08 18:16:07 -080032- project:
33 name: portal-sdk-sonar
34 jobs:
35 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080036 cron: 'H 11 * * *'
Jessica Wagantallcb710ba2018-02-08 18:16:07 -080037 build-node: ubuntu1604-basebuild-4c-4g
Jessica Wagantallcb710ba2018-02-08 18:16:07 -080038 project: 'portal/sdk'
39 project-name: 'portal-sdk'
40 branch: 'master'
41 mvn-params: '-f ecomp-sdk/pom.xml'
42 mvn-settings: 'portal-settings'
43 mvn-goals: 'clean install'
44 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'