blob: 13fd8f8b384eab365ef7ad4dd2bfaa9a44a92455 [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:
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'
st782sa19ec802018-02-09 17:08:13 -050024 - 'release-2.1.0':
25 branch: 'release-2.1.0'
Christopher Lott (cl778h)f0b511a2017-07-19 08:44:59 -040026 mvn-settings: 'portal-sdk-settings'
27 files: '**'
28 archive-artifacts: ''
Jessica Wagantall7d79a902017-08-09 15:16:12 -070029 build-node: ubuntu1604-basebuild-4c-4g
Jessica Wagantallcb710ba2018-02-08 18:16:07 -080030- project:
31 name: portal-sdk-sonar
32 jobs:
33 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080034 cron: 'H 11 * * *'
Jessica Wagantallcb710ba2018-02-08 18:16:07 -080035 build-node: ubuntu1604-basebuild-4c-4g
Jessica Wagantallcb710ba2018-02-08 18:16:07 -080036 project: 'portal/sdk'
37 project-name: 'portal-sdk'
38 branch: 'master'
39 mvn-params: '-f ecomp-sdk/pom.xml'
40 mvn-settings: 'portal-settings'
41 mvn-goals: 'clean install'
42 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'