blob: 035ee4a84073a585d72cff51e7b73bf1071a7257 [file] [log] [blame]
Carsten Lundda8b6972017-02-15 23:59:25 +00001---
2- project:
3 name: dcae-operation-utils
4 project-name: 'dcae-operation-utils'
5 subproject:
6 - 'utils':
7 pom: 'operation-utils/pom.xml'
8 pattern: 'operation-utils/**'
9 jobs:
10 - '{project-name}-{stream}-{subproject}-verify-java'
11 - '{project-name}-{stream}-{subproject}-merge-java'
12 - '{project-name}-{stream}-{subproject}-release-java-daily'
13
14 project: 'dcae/operation/utils'
15 stream:
16 - 'master':
17 branch: 'master'
Carsten Lund41fbc3d2017-02-16 22:59:49 +000018 mvn-settings: 'dcae-operation-utils-settings'
Carsten Lundda8b6972017-02-15 23:59:25 +000019 # due to a strange macro / variable translation problem this needs to be
20 # passed as a string block to properly get the properties correctly defined
21 # in the job
22 maven-deploy-properties: |
23 deployAtEnd=true
24 files: '**'
25 archive-artifacts: ''