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 720cc7c commit d4ae1abCopy full SHA for d4ae1ab
Jenkinsfile
@@ -2,7 +2,7 @@
2
3
// Test plugin compatibility to latest Jenkins LTS
4
// Allow failing tests to retry execution
5
-buildPlugin(jenkinsVersions: [null, '2.60.1'],
+buildPlugin(jenkinsVersions: [null, '2.60.3'],
6
findbugs: [run: true, archive: true, unstableTotalAll: '0'],
7
failFast: false)
8
0 commit comments