Skip to content

Commit

Permalink
Merge pull request #121 from batmat/enable-jdk11
Browse files Browse the repository at this point in the history
Build on various platforms for compat checking
  • Loading branch information
batmat committed Jan 27, 2022
2 parents 3a95b6a + 1165fd0 commit b51d9f0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
buildPlugin(useAci: true)
buildPlugin(useContainerAgent: true,
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 b51d9f0

Please sign in to comment.