blob: e24f67fd2b85f2d6fc3b4cc1692fa7d33c3f5c63 [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'
18 - 'release-1.0.0':
19 branch: 'release-1.0.0'
20 mvn-settings: 'ccsdk-storage-pgaas-settings'
21 # due to a strange macro / variable translation problem this needs to be
22 # passed as a string block to properly get the properties correctly defined
23 # in the job
24 maven-deploy-properties: |
25 deployAtEnd=true
26 files: '**'
27 archive-artifacts: ''