Fix Jenkins build: run on jdk11 workers
(cherry picked from commit a7d7612466f904f21b27b1287ec306b3496bc7d1)
This commit is contained in:
Vendored
+3
-1
@@ -1,5 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
label 'jdk11'
|
||||||
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
// Configure an overall timeout for the build.
|
// Configure an overall timeout for the build.
|
||||||
|
|||||||
Reference in New Issue
Block a user