You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
choices: ['1.8', // Oracle JDK version 1.8 (current default)
339
-
'openjdk@1.9', // OpenJDK version 9
340
-
'openjdk@1.10', // OpenJDK version 10
331
+
choices: [
332
+
'1.8', // Oracle JDK version 1.8 (current default)
341
333
'openjdk@1.11', // OpenJDK version 11
342
-
'openjdk@1.12', // OpenJDK version 12
343
-
'openjdk@1.13', // OpenJDK version 13
344
-
'openjdk@1.14', // OpenJDK version 14
345
-
'openjdk@1.17'], // OpenJDK version 17
334
+
'openjdk@1.17', // OpenJDK version 17
335
+
'openjdk@1.21'// OpenJDK version 21
336
+
],
346
337
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>
347
338
<table style="width:100%">
348
339
<col width="15%">
@@ -355,34 +346,18 @@ pipeline {
355
346
<td><strong>1.8</strong></td>
356
347
<td>Oracle JDK version 1.8 (<i>Used for compiling regardless of choice</i>)</td>
0 commit comments