blob: ffbd9ca334dc19f1ef15f4e309a3e634edd92f6d [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'
Carsten Lund2d06a692017-02-23 18:23:07 +000012 - '{project-name}-{stream}-{subproject}-release-version2-java-daily'
Carsten Lundda8b6972017-02-15 23:59:25 +000013
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: ''