blob: e3fd1670ced52589605bd1cd656183e269b795e4 [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'
Dan Timoney432c71a2017-03-06 15:05:13 -05008 - '{project-name}-{stream}-release-version-java-daily'
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -05009
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: ''