blob: c374a413874be0440cad2b17bae1f4889efe2c63 [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 Wagantalld8d79c72018-02-01 11:32:38 -080027 build-node: ubuntu1604-basebuild-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080028 project: 'ccsdk/storage/pgaas'
29 project-name: 'ccsdk-storage-pgaas'
30 branch: 'master'
31 mvn-settings: 'ccsdk-storage-pgaas-settings'
32 mvn-goals: 'clean install'
33 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'