Skip to content

Commit 741df6f

Browse files
authored
JAVA-3042: Add support for ad-hoc Java 17 builds (#1629)
1 parent 3558444 commit 741df6f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Jenkinsfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ pipeline {
281281
'[email protected]', // OpenJDK version 11
282282
'[email protected]', // OpenJDK version 12
283283
'[email protected]', // OpenJDK version 13
284-
'[email protected]'], // OpenJDK version 14
284+
'[email protected]', // OpenJDK version 14
285+
'[email protected]'], // OpenJDK version 17
285286
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>
286287
<table style="width:100%">
287288
<col width="15%">
@@ -318,6 +319,10 @@ pipeline {
318319
<td><strong>[email protected]</strong></td>
319320
<td>OpenJDK version 14</td>
320321
</tr>
322+
<tr>
323+
<td><strong>[email protected]</strong></td>
324+
<td>OpenJDK version 17</td>
325+
</tr>
321326
</table>''')
322327
booleanParam(
323328
name: 'SKIP_SERIAL_ITS',

0 commit comments

Comments
 (0)