Merge "Jobs for new policy project repos"
[ci-management.git] / jjb / ccsdk / storage-pgaas.yaml
1 ---
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: ''