Merge "Add release stream"
[ci-management.git] / jjb / dcae / dcae-operation-utils.yaml
1 ---
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-version2-java-daily'
13
14     project: 'dcae/operation/utils'
15     stream:
16       - 'master':
17           branch: 'master'
18       - 'release-1.0.0':
19           branch: 'release-1.0.0'
20     mvn-settings: 'dcae-operation-utils-settings'
21     # due to a strange macro / variable translation problem this needs to be
22     # passed as a string block to properly get the properties correctly defined
23     # in the job
24     maven-deploy-properties: |
25       deployAtEnd=true
26     files: '**'
27     archive-artifacts: ''