Skip to content

Commit 14c9ecc

Browse files
authored
Fixed Jenkinsfile
1 parent cf16411 commit 14c9ecc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Jenkinsfile

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!groovy
22

3-
// Use recommended configuration
4-
buildPlugin(configurations: buildPlugin.recommendedConfigurations())
3+
def configurations = [
4+
[ platform: "linux", jdk: "8", jenkins: null ],
5+
[ platform: "windows", jdk: "8", jenkins: null ],
6+
[ platform: "linux", jdk: "11", jenkins: null, javaLevel: "8" ],
7+
[ platform: "windows", jdk: "11", jenkins: null, javaLevel: "8" ]
8+
]
9+
buildPlugin(configurations: configurations)

0 commit comments

Comments
 (0)