We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadf0e5 commit 855b37fCopy full SHA for 855b37f
Jenkinsfile
@@ -3,7 +3,7 @@
3
* easy Linux/Windows testing and produces incrementals. The only feature that relates to plugins is
4
* allowing one to test against multiple Jenkins versions.
5
*/
6
-buildPlugin(timeout: 25, useContainerAgent: true, configurations: [
+buildPlugin(timeout: 20, useContainerAgent: true, configurations: [
7
[platform: 'linux', jdk: 21],
8
[platform: 'windows', jdk: 17],
9
])
0 commit comments