Skip to content

Commit

Permalink
Verify the version past the Guava & Guice bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Nov 30, 2021
1 parent 2c5fb1d commit 89ba831
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ buildPlugin(failFast: false,
configurations: [
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '8'],
])
// 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" ]
])

0 comments on commit 89ba831

Please sign in to comment.