blob: 02b106ddde0184bd40e229ce114f589cdf4de915 [file] [log] [blame]
Carsten Lundda8b6972017-02-15 23:59:25 +00001---
2- project:
3 name: ncomp-cdap
4 project-name: 'ncomp-cdap'
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: 'ncomp/cdap'
11 stream:
12 - 'master':
13 branch: 'master'
Carsten Lund13908672017-03-13 15:03:27 +000014 - 'release-1.0.0':
15 branch: 'release-1.0.0'
Carsten Lund41fbc3d2017-02-16 22:59:49 +000016 mvn-settings: 'ncomp-cdap-settings'
Carsten Lundda8b6972017-02-15 23:59:25 +000017 # due to a strange macro / variable translation problem this needs to be
18 # passed as a string block to properly get the properties correctly defined
19 # in the job
20 maven-deploy-properties: |
21 deployAtEnd=true
22 files: '**'
23 archive-artifacts: ''