diff --git a/Jenkinsfile b/Jenkinsfile index 39b42fc..b94810a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,5 @@ -buildPlugin(useAci: true) +buildPlugin(useContainerAgent: true, configurations: [ + [ platform: "linux", jdk: "8" ], + [ platform: "windows", jdk: "8" ], + [ platform: "linux", jdk: "11" ] +])