Skip to content

Commit

Permalink
Merge pull request #160 from jenkinsci/jenkinsfile
Browse files Browse the repository at this point in the history
Update Jenkinsfile syntax
  • Loading branch information
batmat committed Jun 28, 2023
2 parents 4065c82 + f24db80 commit 881e73a
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
Expand Up @@ -3,6 +3,6 @@ buildPlugin(configurations: [
[ platform: "windows", jdk: "8", jenkins: null ],

// More recent LTS candidate
[ platform: "linux", jdk: "8", jenkins: '2.332', javaLevel: "11" ],
[ platform: "linux", jdk: "8", jenkins: '2.332' ],

])

0 comments on commit 881e73a

Please sign in to comment.