blob: 65fb395c5cf4d6796f4556f50f99267c25f1bac7 (
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
|
---
- project:
name: aaf-cadi
project-name: 'aaf-cadi'
jobs:
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- gerrit-maven-stage:
sign-artifacts: true
build-node: centos7-docker-8c-8g
maven-versions-plugin: true
project: 'aaf/cadi'
stream:
- 'master':
branch: 'master'
mvn-settings: 'aaf-cadi-settings'
files: '**'
archive-artifacts: ''
- project:
name: aaf-cadi-shiro-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: ubuntu1604-builder-4c-4g
project: 'aaf/cadi'
project-name: 'aaf-cadi-shiro'
branch: 'master'
mvn-params: '-f shiro/pom.xml'
mvn-settings: 'aaf-cadi-settings'
mvn-goals: 'clean install'
mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
# Though the below docker jobs have "aai" in the name, there is no aai code involved.
- project:
name: aaf-cadi-fproxy
project-name: 'aaf-cadi-fproxy'
jobs:
- '{project-name}-{stream}-aai-docker-java-daily':
pom: 'sidecar/fproxy/pom.xml'
mvn-goals: 'docker:build'
build-node: ubuntu1604-docker-8c-8g
project: 'aaf/cadi'
docker-image-name: 'onap/fproxy'
stream:
- 'master':
branch: 'master'
mvn-settings: 'aaf-cadi-settings'
files: '**'
archive-artifacts: ''
- project:
name: aaf-cadi-fproxy-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: ubuntu1604-builder-4c-4g
project: 'aaf/cadi'
project-name: 'aaf-cadi-fproxy'
branch: 'master'
mvn-params: '-f sidecar/fproxy/pom.xml'
mvn-settings: 'aaf-cadi-settings'
mvn-goals: 'clean install'
mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
- project:
name: aaf-cadi-rproxy
project-name: 'aaf-cadi-rproxy'
jobs:
- '{project-name}-{stream}-aai-docker-java-daily':
pom: 'sidecar/rproxy/pom.xml'
mvn-goals: 'docker:build'
build-node: ubuntu1604-docker-8c-8g
project: 'aaf/cadi'
docker-image-name: 'onap/rproxy'
stream:
- 'master':
branch: 'master'
mvn-settings: 'aaf-cadi-settings'
files: '**'
archive-artifacts: ''
- project:
name: aaf-cadi-rproxy-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: ubuntu1604-builder-4c-4g
project: 'aaf/cadi'
project-name: 'aaf-cadi-rproxy'
branch: 'master'
mvn-params: '-f sidecar/rproxy/pom.xml'
mvn-settings: 'aaf-cadi-settings'
mvn-goals: 'clean install'
mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
- project:
name: aaf-cadi-tproxy-config
project-name: 'aaf-cadi-tproxy-config'
jobs:
- '{project-name}-{stream}-aai-docker-java-daily':
pom: 'sidecar/tproxy-config/pom.xml'
mvn-goals: 'docker:build'
build-node: ubuntu1604-docker-8c-8g
project: 'aaf/cadi'
docker-image-name: 'onap/tproxy-config'
stream:
- 'master':
branch: 'master'
mvn-settings: 'aaf-cadi-settings'
files: '**'
archive-artifacts: ''
- project:
name: aaf-cadi-clm
jobs:
- gerrit-maven-clm
nexus-iq-namespace: 'onap-'
project: 'aaf/cadi'
project-name: 'aaf-cadi'
branch: 'master'
mvn-settings: 'aaf-cadi-settings'
- project:
name: aaf-cadi-info
project-name: aaf-cadi
jobs:
- gerrit-info-yaml-verify
build-node: centos7-builder-2c-1g
project: aaf/cadi
branch: master
|