Skip to content

Commit

Permalink
Merge pull request #207 from jenkinsci/jenkinsfile
Browse files Browse the repository at this point in the history
Update Jenkinsfile syntax
  • Loading branch information
batmat authored Jun 28, 2023
2 parents 32ee7ac + 3969a03 commit 8c03707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
buildPlugin(configurations: [
[ platform: "linux", jdk: "8", jenkins: null ],
[ platform: "linux", jdk: "11", jenkins: null, javaLevel: 8 ]
[ platform: "linux", jdk: "11", jenkins: null ]
])

0 comments on commit 8c03707

Please sign in to comment.