Skip to content

Commit bc424c9

Browse files
authored
Merge pull request #15 from jonesbusy/feature/use-jenkinsfile-archetype
Use Jenkinsfile from archetype
2 parents 7133bf9 + 8fc5e31 commit bc424c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Jenkinsfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
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: 17],
9-
[platform: 'windows', jdk: 11],
9+
[platform: 'linux', jdk: 21],
10+
[platform: 'windows', jdk: 17],
1011
])

0 commit comments

Comments
 (0)