Fix Jenkins build: run on jdk11 workers

(cherry picked from commit a7d7612466f904f21b27b1287ec306b3496bc7d1)
This commit is contained in:
Rene Cordier
2023-03-13 15:54:11 +07:00
committed by Dat Vu
parent 60f0c79531
commit 4ea53a99af
Vendored
+3 -1
View File
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'jdk11'
}
options {
// Configure an overall timeout for the build.