Set build node for gerrit-maven-sonar
[ci-management.git] / jjb / sdnc / sdnc-plugins.yaml
1 ---
2 - project:
3     name: sdnc-plugins
4     project-name: 'sdnc-plugins'
5     jobs:
6       - gerrit-maven-clm:
7           java-version: ''
8       - '{project-name}-{stream}-verify-java-skip-tests'
9       - '{project-name}-{stream}-merge-java'
10       - '{project-name}-{stream}-release-version-java-daily-no-sonar'
11
12     project: 'sdnc/plugins'
13     stream:
14       - 'master':
15           branch: 'master'
16     mvn-settings: 'sdnc-plugins-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: ''
25 - project:
26     name: sdc-plugins-sonar
27     jobs:
28       - gerrit-maven-sonar
29     build-node: ubuntu1604-basebuild-4c-4g
30     java-version: ''
31     project: 'sdc/plugins'
32     project-name: 'sdc-plugins'
33     branch: 'master'
34     mvn-settings: 'sdc-plugins-settings'
35     mvn-goals: 'clean install'
36     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'