Skip to content

Commit 5a62240

Browse files
ci: Update jenkinsfile
1 parent 1e6bced commit 5a62240

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Jenkinsfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
buildPlugin(jenkinsVersions: [null, "2.249.2"], timeout: 180)
1+
buildPlugin(
2+
forkCount: '1C',
3+
useContainerAgent: true,
4+
configurations: [
5+
[platform: 'linux', jdk: 21],
6+
[platform: 'windows', jdk: 17],
7+
])

0 commit comments

Comments
 (0)