blob: dca6674d646bf38f3861097e27309cd49bd1133f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
---
- project:
name: portal-sdk
project-name: 'portal-sdk'
subproject:
- 'onap-sdk':
pom: 'ecomp-sdk/pom.xml'
pattern: 'ecomp-sdk/**'
subproject-name: 'onap-sdk'
jobs:
- gerrit-maven-stage:
sign-artifacts: true
build-node: centos7-builder-4c-4g
maven-versions-plugin: true
mvn-pom: 'ecomp-sdk/pom.xml'
mvn-params: '-f ecomp-sdk/pom.xml'
pattern: 'ecomp-sdk/**'
- '{project-name}-{stream}-{subproject}-verify-java'
- '{project-name}-{stream}-{subproject}-merge-java'
- '{project-name}-gerrit-release-jobs':
build-node: centos7-docker-8c-8g
project: 'portal/sdk'
stream:
- 'master':
branch: 'master'
- 'release-3.2.0':
branch: 'release-3.2.0'
mvn-settings: 'portal-sdk-settings'
files: '**'
archive-artifacts: ''
build-node: ubuntu1804-builder-4c-4g
- project:
name: portal-sdk-sonar
jobs:
- gerrit-maven-sonar
sonarcloud: true
sonarcloud-project-organization: '{sonarcloud_project_organization}'
sonarcloud-api-token: '{sonarcloud_api_token}'
sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
sonar-mvn-goal: '{sonar_mvn_goal}'
cron: '@daily'
build-node: ubuntu1804-builder-4c-4g
project: 'portal/sdk'
project-name: 'portal-sdk'
branch: 'master'
mvn-params: '-f ecomp-sdk/pom.xml'
mvn-settings: 'portal-settings'
mvn-goals: 'clean install'
mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
- project:
name: portal-sdk-clm
jobs:
- gerrit-maven-clm:
mvn-params: '-f ecomp-sdk/pom.xml'
nexus-iq-namespace: 'onap-'
build-node: ubuntu1804-builder-4c-4g
project: portal/sdk
project-name: 'portal-sdk'
branch: 'master'
mvn-settings: 'portal-sdk-settings'
- project:
name: portal-sdk-info
project-name: portal-sdk
jobs:
- gerrit-info-yaml-verify
build-node: centos7-builder-2c-1g
project: portal/sdk
branch: master
|