Skip to content

Commit d360bd2

Browse files
authored
Merge pull request #172 from debayangg/dev
Update Jenkinsfile to follow archetypes
2 parents 4676033 + efeb05f commit d360bd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: Jenkinsfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
https://github.com/jenkins-infra/pipeline-library/
44
*/
55
buildPlugin(
6+
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
67
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
78
configurations: [
8-
[platform: 'linux', jdk: 11],
9-
[platform: 'linux', jdk: 17],
109
[platform: 'linux', jdk: 21],
1110
])

0 commit comments

Comments
 (0)