Move projects to 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     java-version: ''
30     project: 'sdc/plugins'
31     project-name: 'sdc-plugins'
32     branch: 'master'
33     mvn-settings: 'sdc-plugins-settings'
34     mvn-goals: 'clean install'
35     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'