blob: 86e833113d0fe8f574cf653ae9234f3ce879a0c0 [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: ''
Anil Belurd2d5f282018-07-14 20:09:36 +100023
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080024- project:
25 name: ccsdk-storage-pgaas-sonar
26 jobs:
27 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080028 cron: 'H 11 * * *'
Jessica Wagantall4f41c692018-03-19 14:44:18 -070029 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080030 project: 'ccsdk/storage/pgaas'
31 project-name: 'ccsdk-storage-pgaas'
32 branch: 'master'
33 mvn-settings: 'ccsdk-storage-pgaas-settings'
34 mvn-goals: 'clean install'
35 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'