blob: c172e69179192ef8406e3c0eb53bc14350c42839 [file] [log] [blame]
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -05001---
2- project:
3 name: sdnc-core
4 project-name: 'sdnc-core'
5 jobs:
6 - '{project-name}-{stream}-verify-java-skip-tests'
7 - '{project-name}-{stream}-merge-java'
8 - '{project-name}-{stream}-release-java-daily'
9
10 project: 'sdnc/core'
11 stream:
12 - 'master':
13 branch: 'master'
14 mvn-settings: 'mso-settings'
15
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: ''