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' ] ])