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