Skip to content

Commit

Permalink
feat(ci): Builds on the Jenkins Infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Jan 29, 2025
1 parent 23b410e commit 4f99a58
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
forkCount: '1C', // Run a JVM per core in tests
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17]
]
)

0 comments on commit 4f99a58

Please sign in to comment.