Added complete set of DCAE Controller JJB jobs.
[ci-management.git] / jjb / ncomp / ncomp-utils.yaml
1 ---
2 - project:
3     name: ncomp-utils
4     project-name: 'ncomp-utils'
5     jobs:
6       - '{project-name}-{stream}-verify-java'
7       - '{project-name}-{stream}-merge-java'
8       - '{project-name}-{stream}-release-java-daily'
9
10     project: 'ncomp/utils'
11     stream:
12       - 'master':
13           branch: 'master'
14     mvn-settings: 'ncomp-settings'
15     # due to a strange macro / variable translation problem this needs to be
16     # passed as a string block to properly get the properties correctly defined
17     # in the job
18     maven-deploy-properties: |
19       deployAtEnd=true
20     files: '**'
21     archive-artifacts: ''