From b1edc8b4c82849cc54994c1f5df5897f0639cccc Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Mon, 14 Mar 2022 11:46:28 -0700 Subject: [PATCH] Remove `javaLevel` --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d94a453..3dcbdcf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,5 +8,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' ] ])