[SDC] Update maven to 3.6
[ci-management.git] / jjb / sdc / sdc.yaml
1 ---
2 - project:
3     name: sdc-sdc-docker-project-view
4     project-name: sdc-sdc-docker
5     views:
6       - project-view
7
8 - project:
9     name: sdc-maven-project-view
10     project-name: sdc-maven
11     views:
12       - project-view
13
14 - project:
15     name: sdc-clm-project-view
16     project-name: sdc-clm
17     views:
18       - project-view
19
20 - project:
21     name: sdc-project-view
22     project-name: sdc
23     views:
24       - project-view
25
26 - project:
27     name: sdc
28     project-name: 'sdc'
29     jobs:
30       - '{project-name}-{stream}-verify-java':
31           # this build is unit test only (Verify 1/2)
32           mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
33           build-node: 'ubuntu1804-docker-8c-8g'
34       - '{project-name}-{stream}-sdc-merge-java':
35           build-node: 'ubuntu1804-docker-8c-16g'
36           docker-pom: 'pom.xml'
37           mvn-profile: 'docker'
38           mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/ -P integration-tests-with-helm-validator'
39           # running everything (unit tests and integration tests in a single job for merge, as we don't need // run
40           # for merge, but still saving integration tests results and report.
41           archive-artifacts: >
42               **/*.log
43               **/hs_err_*.log
44               **/target/**/feature.xml
45               **/target/failsafe-reports/failsafe-summary.xml
46               integration-tests/target/ExtentReport/API/*.html
47               integration-tests/target/ExtentReport/UI/*.html
48               integration-tests/target/ExtentReport/UI/screenshots/*.png
49       - gerrit-maven-stage:
50           build-timeout: 90
51           sign-artifacts: true
52           build-node: centos7-builder-4c-4g
53           maven-versions-plugin: true
54           mvn-params: '-DskipTests=true -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
55       - gerrit-maven-docker-stage:
56           build-node: ubuntu1804-docker-v1-8c-8g
57           maven-versions-plugin: true
58           mvn-params: '-P docker -DskipTests=true -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
59           container-public-registry: 'nexus3.onap.org:10001'
60           container-staging-registry: 'nexus3.onap.org:10003'
61       - '{project-name}-gerrit-release-jobs':
62           build-node: centos7-docker-8c-8g
63
64     project: 'sdc'
65     stream:
66       - 'master':
67           branch: 'master'
68           java-version: openjdk11
69       - 'honolulu':
70           branch: 'honolulu'
71           java-version: openjdk11
72     mvn-settings: 'sdc-settings'
73     files: '**'
74     archive-artifacts: ''
75     build-node: ubuntu1804-docker-8c-8g
76     maven-version: 'mvn36'
77
78 - project:
79     name: sdc-sonar
80     jobs:
81       - gerrit-maven-sonar:
82           build-timeout: 120
83     sonarcloud: true
84     sonarcloud-project-organization: '{sonarcloud_project_organization}'
85     sonarcloud-api-token: '{sonarcloud_api_token}'
86     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
87     sonar-mvn-goal: '{sonar_mvn_goal}'
88     cron: '@daily'
89     build-node: ubuntu1804-docker-8c-16g
90     project: 'sdc'
91     project-name: 'sdc'
92     branch: 'master'
93     mvn-settings: 'sdc-settings'
94     java-version: openjdk11
95     mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
96     mvn-goals: 'clean install'
97     mvn-opts: '-Xmx1024m'
98     maven-version: 'mvn36'
99
100 - project:
101     name: sdc-clm
102     jobs:
103       - gerrit-maven-clm:
104           build-timeout: 120
105           submodule-timeout: 30
106           mvn-params: '-P skip-integration-tests -Dnpm.registry=https://nexus3.onap.org/repository/npm.public/npm/-/'
107     nexus-iq-namespace: 'onap-'
108     project: sdc
109     project-name: 'sdc'
110     build-node: ubuntu1804-docker-8c-8g
111     branch: 'master'
112     maven-version: 'mvn36'
113     mvn-settings: 'sdc-settings'
114     java-version: openjdk11
115
116 - project:
117     name: sdc-info
118     project-name: sdc
119     jobs:
120       - gerrit-info-yaml-verify
121     build-node: centos7-builder-2c-1g
122     project: sdc
123     branch: master
124
125 - project:
126     name: 'sdc-whitesource'
127     project-name: 'sdc'
128     build-node: ubuntu1804-docker-8c-8g
129     jobs:
130       - gerrit-whitesource-scan:
131           build-timeout: 120
132           submodule-timeout: 30
133           java-opts: '-Xmx2048m'
134     mvn-settings: 'sdc-settings'
135     wss-product-name: 'sdc'
136     mvn-clean-install: true
137     project: 'sdc'
138     branch: master
139     java-version: openjdk11