Skip to content

Commit

Permalink
Merge pull request #16 from jenkinsci/timja-patch-1
Browse files Browse the repository at this point in the history
Use a more recommended configuration for testing
  • Loading branch information
batmat authored Mar 3, 2022
2 parents a2a6687 + e62e483 commit de690d6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
coreJdk11Version="2.161"

buildPlugin(configurations: [
[ platform: "linux", jdk: "8", jenkins: null ],
[ platform: "windows", jdk: "8", jenkins: null ],
[ platform: "linux", jdk: "8", jenkins: coreJdk11Version, javaLevel: "8" ],
[ platform: "windows", jdk: "8", jenkins: coreJdk11Version, javaLevel: "8" ],
[ platform: "linux", jdk: "11", jenkins: coreJdk11Version, javaLevel: "8" ],
[ platform: "windows", jdk: "11", jenkins: coreJdk11Version, javaLevel: "8" ]
[ platform: "linux", jdk: "8" ],
[ platform: "windows", jdk: "11" ],
[ platform: "linux", jdk: "11" ]
])

0 comments on commit de690d6

Please sign in to comment.