summaryrefslogtreecommitdiff
path: root/jenkins-scripts/jobs.json
blob: 52447bdd24fd9b7c9a5e8de1d72484599d2c4d5c (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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
[
 {
  "name": "aws-gateway-load-balancer-tunnel-handler",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/aws-gateway-load-balancer-tunnel-handler/Jenkinsfile"
 },
 {
  "name": "ddclient",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/ddclient/Jenkinsfile"
 },
 {
  "name": "dropbear",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "packages/dropbear/Jenkinsfile"
 },
 {
  "name": "ethtool",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/ethtool/Jenkinsfile"
 },
 {
  "name": "frr",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "packages/frr/Jenkinsfile"
 },
 {
  "name": "hostap",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "packages/hostap/Jenkinsfile"
 },
 {
  "name": "hsflowd",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/hsflowd/Jenkinsfile"
 },
 {
  "name": "hvinfo",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/hvinfo.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "ipaddrcheck",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/ipaddrcheck.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "iproute2",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "equuleus",
  "jenkinsfilePath": "packages/iproute2/Jenkinsfile"
 },
 {
  "name": "isc-dhcp",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/isc-dhcp/Jenkinsfile"
 },
 {
  "name": "keepalived",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "packages/keepalived/Jenkinsfile"
 },
 {
  "name": "libnss-mapuser",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/libnss-mapuser.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "libnss-tacplus",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/dd010101/vyos-missing.git",
  "branchRegex": "(sagitta)",
  "jenkinsfilePath": "packages/libnss-tacplus/Jenkinsfile"
 },
 {
  "name": "libpam-radius-auth",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/libpam-radius-auth.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "libvyosconfig",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/libvyosconfig.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "linux-kernel",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "packages/linux-kernel/Jenkinsfile"
 },
 {
  "name": "live-boot",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/live-boot.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "mdns-repeater",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/mdns-repeater.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "minisign",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "equuleus",
  "jenkinsfilePath": "packages/minisign/Jenkinsfile"
 },
 {
  "name": "ndppd",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/ndppd/Jenkinsfile"
 },
 {
  "name": "netfilter",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "packages/netfilter/Jenkinsfile"
 },
 {
  "name": "ocserv",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "equuleus",
  "jenkinsfilePath": "packages/ocserv/Jenkinsfile"
 },
 {
  "name": "opennhrp",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/opennhrp/Jenkinsfile"
 },
 {
  "name": "openvpn-otp",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/openvpn-otp/Jenkinsfile"
 },
 {
  "name": "owamp",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/owamp/Jenkinsfile"
 },
 {
  "name": "pam_tacplus",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/dd010101/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/pam_tacplus/Jenkinsfile"
 },
 {
  "name": "pmacct",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/pmacct/Jenkinsfile"
 },
 {
  "name": "pyhumps",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/pyhumps/Jenkinsfile"
 },
 {
  "name": "python3-inotify",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/dd010101/vyos-missing.git",
  "branchRegex": "equuleus",
  "jenkinsfilePath": "packages/python3-inotify/Jenkinsfile"
 },
 {
  "name": "radvd",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/radvd/Jenkinsfile"
 },
 {
  "name": "strongswan",
  "description": "sagitta-only",
  "gitUrl": "https://github.com/dd010101/vyos-build.git",
  "branchRegex": "sagitta",
  "jenkinsfilePath": "packages/strongswan/Jenkinsfile"
 },
 {
  "name": "telegraf",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-build.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "packages/telegraf/Jenkinsfile"
 },
 {
  "name": "udp-broadcast-relay",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/udp-broadcast-relay.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-bash",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyatta-bash.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-biosdevname",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyatta-biosdevname.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-cfg-firewall",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyatta-cfg-firewall.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-cfg-qos",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyatta-cfg-qos.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-cfg-quagga",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyatta-cfg-quagga.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-cfg-system",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyatta-cfg-system.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-cfg-vpn",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyatta-cfg-vpn.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-cfg",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyatta-cfg.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-cluster",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyatta-cluster.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-config-mgmt",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyatta-config-mgmt.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-conntrack",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyatta-conntrack.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-nat",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyatta-nat.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-op-firewall",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyatta-op-firewall.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-op-qos",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyatta-op-qos.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-op-vpn",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyatta-op-vpn.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-op",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyatta-op.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-wanloadbalance",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyatta-wanloadbalance.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyatta-zone",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyatta-zone.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyos-1x",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-1x.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyos-cloud-init",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-cloud-init.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyos-http-api-tools",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-http-api-tools.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyos-nhrp",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyos-nhrp.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyos-opennhrp",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyos-opennhrp.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyos-strongswan",
  "description": "equuleus-only",
  "gitUrl": "https://github.com/vyos/vyos-strongswan.git",
  "branchRegex": "(equuleus)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyos-user-utils",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-user-utils.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyos-utils",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-utils.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyos-world",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-world.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyos-xe-guest-utilities",
  "description": "shared",
  "gitUrl": "https://github.com/vyos/vyos-xe-guest-utilities.git",
  "branchRegex": "(equuleus|current)",
  "jenkinsfilePath": "Jenkinsfile"
 },
 {
  "name": "vyos-build-container",
  "description": "shared",
  "gitUrl": "https://github.com/dd010101/vyos-build.git",
  "branchRegex": "(equuleus|sagitta|current)",
  "jenkinsfilePath": "packages/vyos-build-container/Jenkinsfile"
 },
 {
  "name": "wide-dhcpv6",
  "description": "shared",
  "gitUrl": "https://github.com/dd010101/vyos-build.git",
  "branchRegex": "(equuleus|sagitta)",
  "jenkinsfilePath": "packages/wide-dhcpv6/Jenkinsfile"
 }
]