blob: dead3f6677bc0dedf63c5c4725a227577498a894 [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'
Timoney, Daniel (dt5972)9983b5c2017-02-20 05:06:30 -050014 mvn-settings: 'sdnc-core-settings'
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -050015
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: ''