Change to mvn-targets
[ci-management.git] / jjb / dmaap / dmaap-dbcapi.yaml
1 ---
2 - project:
3     name: dmaap-dbcapi
4     project-name: 'dmaap-dbcapi'
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     project: 'dmaap/dbcapi'
11     mvn-settings: 'dmaap-dbcapi-settings'
12     stream:
13       - 'master':
14           branch: 'master'
15     # due to a strange macro / variable translation problem this needs to be
16     # passed as a string block to properly get the properties correctly defined
17     # in the job
18     maven-deploy-properties: |
19       deployAtEnd=true
20     files: '**'
21     archive-artifacts: ''
22
23 - project:
24     name: dmaap-dbcapi-sonar
25     jobs:
26       - gerrit-maven-sonar
27     cron: 'H 11 * * *'
28     build-node: ubuntu1604-basebuild-4c-4g
29     project: 'dmaap/dbcapi'
30     project-name: 'dmaap-dbcapi'
31     branch: 'master'
32     mvn-settings: 'dmaap-dbcapi-settings'
33     mvn-goals: 'clean install'
34     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'