a26b6ec2135dee7d692bf8403b27396a1d332268
[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: centos7-builder-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       - 'istanbul':
24           branch: 'istanbul'
25       - 'master':
26           branch: 'master'
27     mvn-settings: 'aai-rest-client-settings'
28     files: '**'
29     archive-artifacts: ''
30
31 - project:
32     name: aai-rest-client-sonar
33     jobs:
34       - gerrit-maven-sonar
35     sonarcloud: true
36     sonarcloud-project-organization: '{sonarcloud_project_organization}'
37     sonarcloud-api-token: '{sonarcloud_api_token}'
38     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
39     sonar-mvn-goal: '{sonar_mvn_goal}'
40     cron: '@daily'
41     build-node: ubuntu2004-builder-4c-4g
42     project: 'aai/rest-client'
43     project-name: 'aai-rest-client'
44     branch: 'master'
45     mvn-settings: 'aai-rest-client-settings'
46     mvn-goals: 'clean install'
47     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
48
49 - project:
50     name: aai-rest-client-clm
51     jobs:
52       - gerrit-maven-clm
53     nexus-iq-namespace: 'onap-'
54     project: 'aai/rest-client'
55     project-name: 'aai-rest-client'
56     stream:
57         - 'master':
58               branch: 'master'
59         - 'istanbul':
60               branch: 'istanbul'
61     mvn-settings: 'aai-rest-client-settings'
62
63 - project:
64     name: aai-rest-client-info
65     project-name: aai-rest-client
66     jobs:
67       - gerrit-info-yaml-verify
68     build-node: centos8-builder-2c-1g
69     project: aai/rest-client
70     branch: master