fd2462a0706c27be8178110b6f3243ed099da175
[ci-management.git] / jjb / aai / aai-rest-client.yaml
1 ---
2 - project:
3     name: aai-rest-client-master
4     project-name: 'aai-rest-client'
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          disabled: true
11     project: 'aai/rest-client'
12     stream:
13       - 'master':
14           branch: 'master'
15     mvn-settings: 'aai-rest-client-settings'
16     files: '**'
17     archive-artifacts: ''
18 - project:
19     name: aai-rest-client-sonar
20     jobs:
21       - gerrit-maven-sonar
22     cron: 'H 11 * * *'
23     build-node: ubuntu1604-builder-4c-4g
24     project: 'aai/rest-client'
25     project-name: 'aai-rest-client'
26     branch: 'master'
27     mvn-settings: 'aai-rest-client-settings'
28     mvn-goals: 'clean install'
29     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'