blob: 0efcb1f45736ccd75662c2203bc3bafc6d22e1d5 [file] [log] [blame]
Carsten Lundda8b6972017-02-15 23:59:25 +00001---
2- project:
3 name: ncomp-utils
4 project-name: 'ncomp-utils'
5 jobs:
6 - '{project-name}-{stream}-verify-java'
Carsten Lundaeac1a02017-02-17 02:01:22 +00007 - '{project-name}-{stream}-downstream-merge-java':
8 dependencies: 'ncomp-master-merge-java'
Carsten Lundda8b6972017-02-15 23:59:25 +00009 - '{project-name}-{stream}-release-java-daily'
10
11 project: 'ncomp/utils'
12 stream:
13 - 'master':
14 branch: 'master'
Carsten Lund41fbc3d2017-02-16 22:59:49 +000015 mvn-settings: 'ncomp-utils-settings'
Carsten Lundda8b6972017-02-15 23:59:25 +000016 # 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: ''