Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #41 from jenkinsci/jenkinsfile
Browse files Browse the repository at this point in the history
Update Jenkinsfile syntax
  • Loading branch information
jtnord authored Jun 28, 2023
2 parents 91ab0e4 + c2bf82b commit ccd4efe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

buildPlugin(configurations: [
[ platform: "linux", jdk: "8", jenkins: null ],
[ platform: "windows", jdk: "8", jenkins: null ],
[ platform: "linux", jdk: "11", jenkins: null, javaLevel: 8 ]
[ platform: "linux", jdk: "11", jenkins: null ]
])

0 comments on commit ccd4efe

Please sign in to comment.