Skip to content

Commit

Permalink
Update Jenkinsfile to use java 17 and 21 (#69)
Browse files Browse the repository at this point in the history
* Update Jenkinsfile

* Update Jenkinsfile

Co-authored-by: Aleksi Simell <aleksi.simell@eficode.com>

---------

Co-authored-by: Aleksi Simell <aleksi.simell@eficode.com>
  • Loading branch information
StefanSpieker and asimell committed May 7, 2024
1 parent 9495c31 commit 84ac27b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/usr/bin/env groovy

/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin()
buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 17],
])

0 comments on commit 84ac27b

Please sign in to comment.