Skip to content

Commit

Permalink
CH : add properties for java11
Browse files Browse the repository at this point in the history
  • Loading branch information
sokratis.sidereas committed Dec 4, 2023
1 parent 6312ce0 commit 58f5665
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
buildPlugin()
buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'windows', jdk: 11],
])

0 comments on commit 58f5665

Please sign in to comment.