Skip to content

Commit

Permalink
Build on newer cores/JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Dec 7, 2018
1 parent 7573bf1 commit 38a8d0c
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,4 +1,8 @@
#!/usr/bin/env groovy

/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin()
buildPlugin(configurations: [
[ platform: "linux", jdk: "8", jenkins: null ],
[ platform: "windows", jdk: "8", jenkins: null ],
[ platform: "linux", jdk: "11", jenkins: "2.150.1" ]
])

0 comments on commit 38a8d0c

Please sign in to comment.