Skip to content

Commit 82cc88b

Browse files
committed
Ninja fix: updating OS label in Jenkinsfile after upgrade to Focal for runner
1 parent f539ade commit 82cc88b

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
@@ -66,7 +66,7 @@ pipeline {
6666

6767

6868
environment {
69-
OS_VERSION = 'ubuntu/bionic64/java-driver'
69+
OS_VERSION = 'ubuntu/focal64/java-driver'
7070
JABBA_SHELL = '/usr/lib/jabba/jabba.sh'
7171
}
7272

0 commit comments

Comments
 (0)