We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac0fbf commit f767bccCopy full SHA for f767bcc
Jenkinsfile
@@ -82,6 +82,12 @@ def executeTests() {
82
. ${HOME}/environment.txt
83
set +o allexport
84
85
+ # Fix Java version at Java8 for now because of dependencies in DSE.
86
+ # TODO: This should last us through testing against Cassandra 4.1.x at least but
87
+ # will eventually need to be made more generic.
88
+ . ${JABBA_SHELL}
89
+ jabba use 1.8
90
+
91
npm run ci_jenkins
92
'''
93
}
@@ -302,6 +308,7 @@ pipeline {
302
308
SIMULACRON_PATH = '/home/jenkins/simulacron.jar'
303
309
CCM_PATH = '/home/jenkins/ccm'
304
310
CCM_ENVIRONMENT_SHELL = '/usr/local/bin/ccm_environment.sh'
311
+ JABBA_SHELL = '/usr/lib/jabba/jabba.sh'
305
312
306
313
307
314
stages {
0 commit comments