Skip to content

Commit

Permalink
Merge pull request #57 from basil/Jenkinsfile
Browse files Browse the repository at this point in the history
Use container agent in `Jenkinsfile` and test on Java 11
  • Loading branch information
car-roll authored Dec 14, 2021
2 parents 3b718b6 + 7007955 commit 819e427
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
buildPlugin(useAci: true)
buildPlugin(useContainerAgent: true, configurations: [
[ platform: "linux", jdk: "8" ],
[ platform: "windows", jdk: "8" ],
[ platform: "linux", jdk: "11" ]
])

0 comments on commit 819e427

Please sign in to comment.