Skip to content

Commit f49e19b

Browse files
committed
ninja-fix: updating OS label in Jenkinsfile after upgrade to Focal for runner
1 parent 29d3531 commit f49e19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile-datastax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ pipeline {
402402
}
403403

404404
environment {
405-
OS_VERSION = 'ubuntu/bionic64/java-driver'
405+
OS_VERSION = 'ubuntu/focal64/java-driver'
406406
JABBA_SHELL = '/usr/lib/jabba/jabba.sh'
407407
CCM_ENVIRONMENT_SHELL = '/usr/local/bin/ccm_environment.sh'
408408
SERIAL_ITS_ARGUMENT = "-DskipSerialITs=${params.SKIP_SERIAL_ITS}"

0 commit comments

Comments
 (0)