blob: 49a957233ba6e67132d38c9e310ec8f5ae0328d1 [file] [log] [blame]
Marcus G K Williams92535612017-08-04 11:30:49 -07001---
2- project:
3 name: ccsdk-storage-esaas
4 project-name: 'ccsdk-storage-esaas'
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/esaas'
15 stream:
16 - 'master':
17 branch: 'master'
Marcus G K Williams92535612017-08-04 11:30:49 -070018 mvn-settings: 'ccsdk-storage-esaas-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: ''