blob: 5aab634266b77d9097422b6c1f7ccb32e7580c3d [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'
Dan Timoneyac79caa2017-09-27 21:58:12 +02009 - '{project-name}-{stream}-release-version-java-daily-no-sonar'
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: ''