Skip to content

Commit 7007955

Browse files
committed
Use container agent in Jenkinsfile and test on Java 11
1 parent 593b602 commit 7007955

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)