blob: d55781e1c8d3e5599113ecd8fb5cc33a8efe824b [file] [log] [blame]
Marcus G K Williams334e3cc2017-08-04 11:21:55 -07001---
2- project:
3 name: ccsdk-storage-pgaas
4 project-name: 'ccsdk-storage-pgaas'
5 jobs:
Jessica Wagantallded01d72017-10-13 13:09:04 -07006 - gerrit-maven-clm:
Marcus G K Williams334e3cc2017-08-04 11:21:55 -07007 - '{project-name}-{stream}-verify-java'
8 - '{project-name}-{stream}-merge-java'
Jessica Wagantall340fb432018-02-01 13:55:30 -08009 - '{project-name}-{stream}-release-version-java-daily'
Marcus G K Williams334e3cc2017-08-04 11:21:55 -070010
11 project: 'ccsdk/storage/pgaas'
12 stream:
13 - 'master':
14 branch: 'master'
Marcus G K Williams334e3cc2017-08-04 11:21:55 -070015 mvn-settings: 'ccsdk-storage-pgaas-settings'
16 # due to a strange macro / variable translation problem this needs to be
17 # passed as a string block to properly get the properties correctly defined
18 # in the job
19 maven-deploy-properties: |
20 deployAtEnd=true
21 files: '**'
22 archive-artifacts: ''
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080023- project:
24 name: ccsdk-storage-pgaas-sonar
25 jobs:
26 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080027 cron: 'H 11 * * *'
Jessica Wagantall4f41c692018-03-19 14:44:18 -070028 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080029 project: 'ccsdk/storage/pgaas'
30 project-name: 'ccsdk-storage-pgaas'
31 branch: 'master'
32 mvn-settings: 'ccsdk-storage-pgaas-settings'
33 mvn-goals: 'clean install'
34 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'