Skip to content

Commit 819e427

Browse files
authored
Merge pull request #57 from basil/Jenkinsfile
Use container agent in `Jenkinsfile` and test on Java 11
2 parents 3b718b6 + 7007955 commit 819e427

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
buildPlugin(useAci: true)
1+
buildPlugin(useContainerAgent: true, configurations: [
2+
[ platform: "linux", jdk: "8" ],
3+
[ platform: "windows", jdk: "8" ],
4+
[ platform: "linux", jdk: "11" ]
5+
])

0 commit comments

Comments
 (0)