blob: acc26ab3726b79b485f4c09f82cb6d5bf96b2f2e [file] [log] [blame]
Dan Timoney7eb66f62017-07-19 13:34:44 -04001---
2- project:
3 name: ccsdk-sli-northbound
4 project-name: 'ccsdk-sli-northbound'
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'
Dan Timoney7eb66f62017-07-19 13:34:44 -040010
11 project: 'ccsdk/sli/northbound'
12 stream:
13 - 'master':
14 branch: 'master'
Dan Timoney7eb66f62017-07-19 13:34:44 -040015 mvn-settings: 'ccsdk-sli-northbound-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: ''