Skip to content

Commit cc85ccb

Browse files
committed
DSP-24890 Updates Jenkins JDK version
Sets JDK 11 as the default java version for building and running tests.
1 parent beaf916 commit cc85ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ pipeline {
206206
environment {
207207
OS_VERSION = 'ubuntu/focal64/java-driver'
208208
JABBA_SHELL = '/usr/lib/jabba/jabba.sh'
209-
JABBA_VERSION = '1.8'
209+
JABBA_VERSION = '[email protected]'
210210
CCM_ENVIRONMENT_SHELL = '/usr/local/bin/ccm_environment.sh'
211211
// always run long tests when generating the distribution tarball
212212
RUN_LONG_TESTS = "${params.RUN_LONG_TESTS || params.GENERATE_DISTRO}"

0 commit comments

Comments
 (0)