Remove empty java-version in templates
[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       - 'amsterdam':
16           branch: 'amsterdam'
17     mvn-settings: 'sdnc-northbound-settings'
18
19     # due to a strange macro / variable translation problem this needs to be
20     # passed as a string block to properly get the properties correctly defined
21     # in the job
22     maven-deploy-properties: |
23       deployAtEnd=true
24     files: '**'
25     archive-artifacts: ''
26     build-node: ubuntu1604-basebuild-4c-4g
27 - project:
28     name: sdnc-northbound-sonar
29     jobs:
30       - gerrit-maven-sonar
31     build-node: ubuntu1604-basebuild-4c-4g
32     project: 'sdnc/northbound'
33     project-name: 'sdnc-northbound'
34     branch: 'master'
35     mvn-settings: 'sdnc-northbound-settings'
36     mvn-goals: 'clean install'
37     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'