Skip to content

Commit 3176b59

Browse files
committed
DSP-24890 Updates Jenkins runner
Updates Jenkins runner as the bionic image is no longer configured causing the job to get stuck.
1 parent 03a8ad5 commit 3176b59

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
@@ -204,7 +204,7 @@ pipeline {
204204
}
205205

206206
environment {
207-
OS_VERSION = 'ubuntu/bionic64/java-driver'
207+
OS_VERSION = 'ubuntu/focal64/java-driver'
208208
JABBA_SHELL = '/usr/lib/jabba/jabba.sh'
209209
JABBA_VERSION = '1.8'
210210
CCM_ENVIRONMENT_SHELL = '/usr/local/bin/ccm_environment.sh'

0 commit comments

Comments
 (0)