Skip to content

Commit 73728d3

Browse files
committed
Merge branch 'stable-3.x'
2 parents 4126b1a + c5654b3 commit 73728d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Jenkinsfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
// Test plugin compatibility to recommended configurations
44
// Allow failing tests to retry execution
5-
buildPlugin(configurations: buildPlugin.recommendedConfigurations(), failFast: false)
5+
subsetConfiguration = [ [ jdk: '8', platform: 'windows', jenkins: null ],
6+
[ jdk: '8', platform: 'linux', jenkins: '2.164.1', javaLevel: '8' ],
7+
[ jdk: '11', platform: 'linux', jenkins: '2.164.1', javaLevel: '8' ]
8+
]
9+
10+
buildPlugin(configurations: subsetConfiguration, failFast: false)
611

712
def branches = [:]
813

0 commit comments

Comments
 (0)