Skip to content

Commit

Permalink
JAVA-3042: Add support for ad-hoc Java 17 builds (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Apr 4, 2023
1 parent 3558444 commit 741df6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ pipeline {
'openjdk@1.11', // OpenJDK version 11
'openjdk@1.12', // OpenJDK version 12
'openjdk@1.13', // OpenJDK version 13
'openjdk@1.14'], // OpenJDK version 14
'openjdk@1.14', // OpenJDK version 14
'openjdk@1.17'], // OpenJDK version 17
description: '''JDK version to use for <b>TESTING</b> when running adhoc <b>BUILD-AND-EXECUTE-TESTS</b> builds. <i>All builds will use JDK8 for building the driver</i>
<table style="width:100%">
<col width="15%">
Expand Down Expand Up @@ -318,6 +319,10 @@ pipeline {
<td><strong>openjdk@1.14</strong></td>
<td>OpenJDK version 14</td>
</tr>
<tr>
<td><strong>openjdk@1.17</strong></td>
<td>OpenJDK version 17</td>
</tr>
</table>''')
booleanParam(
name: 'SKIP_SERIAL_ITS',
Expand Down

0 comments on commit 741df6f

Please sign in to comment.