Skip to content

Commit

Permalink
Merge pull request #669 from jenkinsci/java-17
Browse files Browse the repository at this point in the history
Update PCT Jenkinsfile to use versions uppper than Java 11
  • Loading branch information
imonteroperez committed Jun 11, 2024
2 parents 9e1edce + 9d41c98 commit d53f79e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* allowing one to test against multiple Jenkins versions.
*/
buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: '11' ],
[ platform: 'windows', jdk: '11' ],
[ platform: 'linux', jdk: '17' ],
[ platform: 'linux', jdk: 17 ],
[ platform: 'windows', jdk: 17 ]
])

0 comments on commit d53f79e

Please sign in to comment.