Skip to content

Commit

Permalink
Jenkinsfile: only build on linux (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiongKezhi authored Dec 22, 2020
1 parent 419d368 commit 6182093
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 @@ -2,4 +2,8 @@
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(useAci: true)
def configurations = [
[ platform: "linux", jdk: "8", jenkins: null ],
[ platform: "linux", jdk: "11", jenkins: null, javaLevel: "8" ]
]
buildPlugin(configurations: configurations, useAci: true)

0 comments on commit 6182093

Please sign in to comment.