Updated the jjb for aai Istanbul
[ci-management.git] / jjb / aai / aai-resources.yaml
1 ---
2 - project:
3     name: aai-resources-project-view
4     project-name: aai-resources
5     views:
6       - project-view
7
8 - project:
9     name: aai-resources
10     project-name: 'aai-resources'
11     jobs:
12       - '{project-name}-{stream}-verify-java':
13           build-node: ubuntu1804-docker-8c-8g
14       - '{project-name}-{stream}-merge-java':
15           build-node: ubuntu1804-docker-8c-8g
16       - gerrit-maven-stage:
17           mvn-params: '-DskipTests'
18           sign-artifacts: true
19           build-node: centos7-builder-4c-4g
20           maven-versions-plugin: true
21       - gerrit-maven-docker-stage:
22           mvn-params: '-P docker -Dmaven.test.skip=true'
23           build-node: ubuntu1804-docker-8c-8g
24           container-public-registry: 'nexus3.onap.org:10001'
25           container-staging-registry: 'nexus3.onap.org:10003'
26       - '{project-name}-gerrit-release-jobs':
27           build-node: centos7-docker-8c-8g
28     project: 'aai/resources'
29     stream:
30       - 'master':
31           branch: 'master'
32       - 'istanbul':
33           branch: 'istanbul'
34     mvn-settings: 'aai-resources-settings'
35     mvn-version: 'mvn35'
36     files: '**'
37     archive-artifacts: ''
38     build-node: ubuntu1804-builder-4c-4g
39
40 - project:
41     name: aai-resources-sonar
42     jobs:
43       - gerrit-maven-sonar
44     sonarcloud: true
45     sonarcloud-project-organization: '{sonarcloud_project_organization}'
46     sonarcloud-api-token: '{sonarcloud_api_token}'
47     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
48     sonar-mvn-goal: '{sonar_mvn_goal}'
49     cron: '@daily'
50     build-node: ubuntu1804-docker-8c-8g
51     project: 'aai/resources'
52     project-name: 'aai-resources'
53     branch: 'master'
54     mvn-settings: 'aai-resources-settings'
55     mvn-goals: 'clean install'
56     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
57     mvn-version: 'mvn35'
58
59 - project:
60     name: aai-resources-clm
61     jobs:
62       - gerrit-maven-clm
63     nexus-iq-namespace: 'onap-'
64     project: 'aai/resources'
65     project-name: 'aai-resources'
66     stream:
67       - 'master':
68           branch: 'master'
69     mvn-settings: 'aai-resources-settings'
70     mvn-version: 'mvn35'
71
72 - project:
73     name: aai-resources-info
74     project-name: aai-resources
75     jobs:
76       - gerrit-info-yaml-verify
77     build-node: centos7-builder-2c-1g
78     project: aai/resources
79     branch: master
80
81 - project:
82     name: 'aai-resources-whitesource'
83     project-name: 'aai-resources'
84     build-node: ubuntu1804-docker-8c-8g
85     jobs:
86       - gerrit-whitesource-scan
87     mvn-settings: 'aai-resources-settings'
88     wss-product-name: 'aai'
89     mvn-clean-install: true
90     project: 'aai/resources'
91     branch: master