forked from adoptium/ci-jenkins-pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jdk13u.groovy
54 lines (52 loc) · 1.08 KB
/
jdk13u.groovy
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
targetConfigurations = [
'x64Mac' : [
'hotspot',
'openj9'
],
'x64MacXL' : [
'openj9'
],
'x64Linux' : [
'hotspot',
'openj9'
],
'x64Windows' : [
'hotspot',
'openj9'
],
'x64WindowsXL' : [
'openj9'
],
'x32Windows' : [
'hotspot'
],
'ppc64Aix' : [
'hotspot',
'openj9'
],
'ppc64leLinux': [
'hotspot',
'openj9'
],
's390xLinux' : [
'hotspot',
'openj9'
],
'aarch64Linux': [
'hotspot'
],
'arm32Linux' : [
'hotspot'
],
'x64LinuxXL' : [
'openj9'
],
's390xLinuxXL' : [
'openj9'
],
'ppc64leLinuxXL' : [
'openj9'
]
]
disableJob = true
return this