Skip to content

Commit 855b37f

Browse files
authored
Decrease ci.jenkins.io timeout from 25 to 20 (#790)
1 parent fadf0e5 commit 855b37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* easy Linux/Windows testing and produces incrementals. The only feature that relates to plugins is
44
* allowing one to test against multiple Jenkins versions.
55
*/
6-
buildPlugin(timeout: 25, useContainerAgent: true, configurations: [
6+
buildPlugin(timeout: 20, useContainerAgent: true, configurations: [
77
[platform: 'linux', jdk: 21],
88
[platform: 'windows', jdk: 17],
99
])

0 commit comments

Comments
 (0)