blob: 1d68ea5710659867cd94ddb077366a6c530e9a38 (
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
---
- project:
name: aai-search-data-service-project-view
project-name: aai-search-data-service
views:
- project-view
- project:
name: aai-search-data-service-master
project-name: 'aai-search-data-service'
jobs:
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- gerrit-maven-stage:
sign-artifacts: true
build-node: centos7-builder-4c-4g
maven-versions-plugin: true
- gerrit-maven-docker-stage:
mvn-params: '-Pdocker -B -Dmaven.test.skip=true'
build-node: ubuntu1804-docker-8c-8g
container-public-registry: 'nexus3.onap.org:10001'
container-staging-registry: 'nexus3.onap.org:10003'
- '{project-name}-gerrit-release-jobs':
build-node: centos7-docker-8c-8g
project: 'aai/search-data-service'
docker-image-name: 'onap/search-data-service'
stream:
- 'frankfurt':
branch: 'frankfurt'
- 'master':
branch: 'master'
mvn-settings: 'aai-search-data-service-settings'
files: '**'
archive-artifacts: ''
- project:
name: aai-search-data-service-searchguard
project-name: 'aai-search-data-service-searchguard'
jobs:
- gerrit-maven-docker-stage:
mvn-params: '-Pdocker -B -Dmaven.test.skip=true'
build-node: ubuntu1804-docker-8c-8g
container-public-registry: 'nexus3.onap.org:10001'
container-staging-registry: 'nexus3.onap.org:10003'
project: 'aai/search-data-service'
docker-image-name: 'onap/elasticsearch-sg'
stream:
- 'master':
branch: 'master'
mvn-settings: 'aai-search-data-service-settings'
files: '**'
archive-artifacts: ''
- project:
name: aai-search-data-service-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: 'aai/search-data-service'
project-name: 'aai-search-data-service'
branch: 'master'
mvn-settings: 'aai-search-data-service-settings'
mvn-goals: 'clean install'
mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
- project:
name: aai-search-data-service-clm
jobs:
- gerrit-maven-clm
nexus-iq-namespace: 'onap-'
project: 'aai/search-data-service'
project-name: 'aai-search-data-service'
stream:
- 'master':
branch: 'master'
mvn-settings: 'aai-search-data-service-settings'
- project:
name: aai-search-data-service-info
project-name: aai-search-data-service
jobs:
- gerrit-info-yaml-verify
build-node: centos7-builder-2c-1g
project: aai/search-data-service
branch: master
- project:
name: 'aai-search-data-service-whitesource'
project-name: 'aai-search-data-service'
build-node: ubuntu1804-docker-8c-8g
jobs:
- gerrit-whitesource-scan
mvn-settings: 'aai-search-data-service-settings'
wss-product-name: 'aai'
mvn-clean-install: true
project: 'aai/search-data-service'
branch: master
|