diff --git a/Jenkinsfile b/Jenkinsfile index fa390369..7ff12947 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,4 +2,8 @@ See the documentation for more options: https://github.com/jenkins-infra/pipeline-library/ */ -buildPlugin(useAci: true) +def configurations = [ + [ platform: "linux", jdk: "8", jenkins: null ], + [ platform: "linux", jdk: "11", jenkins: null, javaLevel: "8" ] +] +buildPlugin(configurations: configurations, useAci: true)