blob: 521fd483e8f836bcb16eb1f4a426bfe9aaa0caca [file] [log] [blame]
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -05001---
2- project:
3 name: sdnc-northbound
4 project-name: 'sdnc-northbound'
5 jobs:
Jessica Wagantall1218ff62017-06-07 16:48:50 -07006 - '{project-name}-{stream}-clm'
Marcus G K Williams1d666002017-09-14 11:33:55 -07007 - '{project-name}-{stream}-verify-java'
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -05008 - '{project-name}-{stream}-merge-java'
Dan Timoney432c71a2017-03-06 15:05:13 -05009 - '{project-name}-{stream}-release-version-java-daily'
Dan Timoneyda0ebc82017-04-05 09:56:02 -040010 - '{project-name}-{stream}-stage-site-java':
11 site-pom: 'pom.xml'
12 trigger-job: '{project-name}-{stream}-release-version-java-daily'
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -050013
14 project: 'sdnc/northbound'
15 stream:
16 - 'master':
17 branch: 'master'
Timoney, Daniel (dt5972)697d83e2017-03-13 10:47:15 -040018 - 'release-1.0.0':
19 branch: 'release-1.0.0'
Dan Timoney414be512017-08-16 11:03:05 -040020 - 'release-1.1.0':
21 branch: 'release-1.1.0'
Timoney, Daniel (dt5972)9983b5c2017-02-20 05:06:30 -050022 mvn-settings: 'sdnc-northbound-settings'
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -050023
24 # due to a strange macro / variable translation problem this needs to be
25 # passed as a string block to properly get the properties correctly defined
26 # in the job
27 maven-deploy-properties: |
28 deployAtEnd=true
29 files: '**'
30 archive-artifacts: ''