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