Skip to content

Commit

Permalink
Update Jenkinsfile (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
AniketNS authored Jan 9, 2024
1 parent bbcbe6b commit 79c23b1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin(jdkVersions: [11])

buildPlugin(
forkCount: '1C',
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])

0 comments on commit 79c23b1

Please sign in to comment.