Skip to content

Commit

Permalink
Merge pull request #172 from debayangg/dev
Browse files Browse the repository at this point in the history
Update Jenkinsfile to follow archetypes
  • Loading branch information
jonesbusy authored Feb 12, 2024
2 parents 4676033 + efeb05f commit d360bd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: 21],
])

0 comments on commit d360bd2

Please sign in to comment.