Skip to content

Commit

Permalink
Updated Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Aug 12, 2020
1 parent 5b44324 commit 0ba21ec
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
@@ -1 +1,5 @@
buildPlugin(configurations: buildPlugin.recommendedConfigurations())
buildPlugin(configurations: [
[ platform: "linux", jdk: "8", jenkins: null ],
[ platform: "windows", jdk: "8", jenkins: "2.235.3", javaLevel: "8" ],
[ platform: "linux", jdk: "11", jenkins: "2.235.3", javaLevel: "8" ]
])

0 comments on commit 0ba21ec

Please sign in to comment.