Skip to content

Commit

Permalink
Remove javaLevel (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 14, 2022
1 parent b51d9f0 commit cf19d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
])

0 comments on commit cf19d69

Please sign in to comment.