Skip to content

Commit

Permalink
chore: Build on Java 11 and 17 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill authored Aug 5, 2023
1 parent 6f4e2ee commit 788b9bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!groovy

/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */

buildPlugin()
buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: '11' ],
[ platform: 'windows', jdk: '11' ],
[ platform: 'linux', jdk: '17' ],
])

0 comments on commit 788b9bc

Please sign in to comment.