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 24, 2025
1 parent 731f146 commit d1bf278
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: 11],
[platform: 'windows', jdk: 8]
]
)

0 comments on commit d1bf278

Please sign in to comment.