blob: 43075cb55b8a430ef71e7ebcd3d2b05252cbf1a6 [file] [log] [blame]
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -05001---
2- project:
3 name: sdnc-plugins
4 project-name: 'sdnc-plugins'
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/plugins'
11 stream:
12 - 'master':
13 branch: 'master'
Timoney, Daniel (dt5972)697d83e2017-03-13 10:47:15 -040014 - 'release-1.0.0':
15 branch: 'release-1.0.0'
Timoney, Daniel (dt5972)9983b5c2017-02-20 05:06:30 -050016 mvn-settings: 'sdnc-plugins-settings'
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -050017
18 # due to a strange macro / variable translation problem this needs to be
19 # passed as a string block to properly get the properties correctly defined
20 # in the job
21 maven-deploy-properties: |
22 deployAtEnd=true
23 files: '**'
24 archive-artifacts: ''