blob: 3f7a6cca32bb88cdf03eee3b7b64af994d03cb34 [file] [log] [blame]
Carsten Lundda8b6972017-02-15 23:59:25 +00001---
2- project:
3 name: dcae-controller
4 project-name: 'dcae-controller'
5 jobs:
6 - '{project-name}-{stream}-verify-java'
7 - '{project-name}-{stream}-merge-java'
Carsten Lund2d06a692017-02-23 18:23:07 +00008 - '{project-name}-{stream}-release-version2-java-daily'
Carsten Lundda8b6972017-02-15 23:59:25 +00009
10 project: 'dcae/controller'
11 stream:
12 - 'master':
13 branch: 'master'
Lusheng76094c12017-03-10 19:12:09 +000014 - 'release-1.0.0':
15 branch: 'release-1.0.0'
16
Carsten Lund41fbc3d2017-02-16 22:59:49 +000017 mvn-settings: 'dcae-controller-settings'
Carsten Lundda8b6972017-02-15 23:59:25 +000018 # 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: ''