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 e9d15cd commit 3b722d8Copy full SHA for 3b722d8
Jenkinsfile
@@ -2,7 +2,7 @@
2
3
// Test plugin compatibility to recent Jenkins LTS
4
// Allow failing tests to retry execution
5
-buildPlugin(jenkinsVersions: [null, '2.150.1'],
+buildPlugin(configurations: buildPlugin.recommendedConfigurations(),
6
findbugs: [run:true, archive:true, unstableTotalAll: '0'],
7
failFast: false)
8
0 commit comments