Skip to content

Commit

Permalink
fix Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisYaoA committed Aug 30, 2024
1 parent a6d1d30 commit d85b50a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Builds a module using https://github.com/jenkins-infra/pipeline-library
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'windows', jdk: 17],
[platform: 'linux', jdk: 17]
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: 21]
])

0 comments on commit d85b50a

Please sign in to comment.