Skip to content

Commit

Permalink
Merge pull request #42 from nekoimi/master
Browse files Browse the repository at this point in the history
指定构建java版本为java11
  • Loading branch information
nekoimi authored Aug 7, 2024
2 parents 8dcb836 + 2515b2f commit 47cf22e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(useContainerAgent: true)
buildPlugin(
forkCount: '1C', // Run a JVM per core in tests
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'windows', jdk: 11],
]
)

0 comments on commit 47cf22e

Please sign in to comment.