blob: ea91ef8859fa37321e8b76f6a877308525e0b0ee [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'
Lusheng9e17c172017-04-03 18:38:29 +000013 - '{project-name}-{stream}-stage-site-java':
14 site-pom:
15 'operation-utils/pom.xml'
16 trigger-job:
17 '{project-name}-{stream}-{subproject}-release-version2-java-daily'
Carsten Lundda8b6972017-02-15 23:59:25 +000018
19 project: 'dcae/operation/utils'
20 stream:
21 - 'master':
22 branch: 'master'
Lusheng76094c12017-03-10 19:12:09 +000023 - 'release-1.0.0':
24 branch: 'release-1.0.0'
Carsten Lund41fbc3d2017-02-16 22:59:49 +000025 mvn-settings: 'dcae-operation-utils-settings'
Carsten Lundda8b6972017-02-15 23:59:25 +000026 # due to a strange macro / variable translation problem this needs to be
27 # passed as a string block to properly get the properties correctly defined
28 # in the job
29 maven-deploy-properties: |
30 deployAtEnd=true
31 files: '**'
32 archive-artifacts: ''