Chore: Move to centos8-builder
[ci-management.git] / jjb / aai / aai-rest-client.yaml
1 ---
2 - project:
3     name: aai-rest-client-project-view
4     project-name: aai-rest-client
5     views:
6       - project-view
7
8 - project:
9     name: aai-rest-client-master
10     project-name: 'aai-rest-client'
11     jobs:
12       - '{project-name}-{stream}-verify-java'
13       - '{project-name}-{stream}-merge-java'
14       - gerrit-maven-stage:
15           sign-artifacts: true
16           build-node: centos8-docker-4c-4g
17           maven-versions-plugin: true
18           sbom-generator: true
19       - '{project-name}-gerrit-release-jobs':
20           build-node: centos7-docker-8c-8g
21     project: 'aai/rest-client'
22     stream:
23       - 'jakarta':
24           branch: 'jakarta'
25       - 'kohn':
26           branch: 'kohn'
27       - 'master':
28           branch: 'master'
29     mvn-settings: 'aai-rest-client-settings'
30     files: '**'
31     archive-artifacts: ''
32
33 - project:
34     name: aai-rest-client-sonar
35     jobs:
36       - gerrit-maven-sonar
37     sonarcloud: true
38     sonarcloud-project-organization: '{sonarcloud_project_organization}'
39     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
40     sonar-mvn-goal: '{sonar_mvn_goal}'
41     cron: '@daily'
42     build-node: ubuntu1804-builder-4c-4g
43     project: 'aai/rest-client'
44     project-name: 'aai-rest-client'
45     branch: 'master'
46     mvn-settings: 'aai-rest-client-settings'
47     mvn-goals: 'clean install'
48     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
49
50 - project:
51     name: aai-rest-client-clm
52     jobs:
53       - gerrit-maven-clm
54     nexus-iq-namespace: 'onap-'
55     project: 'aai/rest-client'
56     project-name: 'aai-rest-client'
57     stream:
58         - 'master':
59               branch: 'master'
60     mvn-settings: 'aai-rest-client-settings'
61
62 - project:
63     name: aai-rest-client-info
64     project-name: aai-rest-client
65     jobs:
66       - gerrit-info-yaml-verify
67     build-node: centos8-builder-2c-1g
68     project: aai/rest-client
69     branch: master