Skip to content

Commit

Permalink
[INFRA-21061] Adotp 'latest' aliases for AdoptOpenJDK.net JVMs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed Apr 4, 2021
1 parent a85dfcd commit 0332ad1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .jenkins.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ pipeline {
axis {
// https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix
name 'MATRIX_JDK'
values 'jdk_1.8_latest', 'adoptopenjdk_hotspot_8u275', 'adoptopenjdk_openj9_8u275',
'jdk_11_latest', 'adoptopenjdk_hotspot_11.0.9', 'adoptopenjdk_openj9_11.0.9',
'jdk_15_latest', 'adoptopenjdk_hotspot_15.0.1', 'adoptopenjdk_openj9_15.0.1'
values 'jdk_1.8_latest', 'adopt_hs_8_latest', 'adopt_j9_8_latest',
'jdk_11_latest', 'adopt_hs_11_latest', 'adopt_j9_11_latest',
'jdk_15_latest', 'adopt_hs_15_latest', 'adopt_j9_15_latest'
}
// Additional axess, like OS and maven version can be configured here.
}
Expand Down

0 comments on commit 0332ad1

Please sign in to comment.