[AAI] Added Jakarta jenkins jobs enablement for Bell Canada
[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       - '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-api-token: '{sonarcloud_api_token}'
40     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
41     sonar-mvn-goal: '{sonar_mvn_goal}'
42     cron: '@daily'
43     build-node: ubuntu1804-builder-4c-4g
44     project: 'aai/rest-client'
45     project-name: 'aai-rest-client'
46     branch: 'master'
47     mvn-settings: 'aai-rest-client-settings'
48     mvn-goals: 'clean install'
49     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
50
51 - project:
52     name: aai-rest-client-clm
53     jobs:
54       - gerrit-maven-clm
55     nexus-iq-namespace: 'onap-'
56     project: 'aai/rest-client'
57     project-name: 'aai-rest-client'
58     stream:
59         - 'master':
60               branch: 'master'
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