Skip to content

Commit 3b722d8

Browse files
Enable testing with Java 11 on recommended configuration
1 parent e9d15cd commit 3b722d8

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
@@ -2,7 +2,7 @@
22

33
// Test plugin compatibility to recent Jenkins LTS
44
// Allow failing tests to retry execution
5-
buildPlugin(jenkinsVersions: [null, '2.150.1'],
5+
buildPlugin(configurations: buildPlugin.recommendedConfigurations(),
66
findbugs: [run:true, archive:true, unstableTotalAll: '0'],
77
failFast: false)
88

0 commit comments

Comments
 (0)