From cf19d697677f44947693eb5ff261e506e5dfc41a Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sun, 13 Mar 2022 22:07:07 -0700 Subject: [PATCH] Remove `javaLevel` (#127) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fb90f94..4495b67 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,5 +6,5 @@ buildPlugin(useContainerAgent: true, // testing the Guava & Guice bumps // https://github.com/jenkinsci/jenkins/pull/5707 // https://github.com/jenkinsci/jenkins/pull/5858 - [ platform: "linux", jdk: "8", jenkins: '2.321', javaLevel: "8" ] + [ platform: "linux", jdk: "8", jenkins: '2.321' ] ])