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