blob: e1831e539d05568e65450d2c90fb18ef1360363b [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:
6 - '{project-name}-{stream}-clm'
7 - '{project-name}-{stream}-verify-java'
8 - '{project-name}-{stream}-merge-java'
9 - '{project-name}-{stream}-release-version-java-daily'
10 - '{project-name}-{stream}-stage-site-java':
11 site-pom: 'pom.xml'
12 trigger-job: '{project-name}-{stream}-release-version-java-daily'
13
14 project: 'ccsdk/storage/pgaas'
15 stream:
16 - 'master':
17 branch: 'master'
Marcus G K Williams334e3cc2017-08-04 11:21:55 -070018 mvn-settings: 'ccsdk-storage-pgaas-settings'
19 # due to a strange macro / variable translation problem this needs to be
20 # passed as a string block to properly get the properties correctly defined
21 # in the job
22 maven-deploy-properties: |
23 deployAtEnd=true
24 files: '**'
25 archive-artifacts: ''