Skip to content

Commit

Permalink
Use container agent in Jenkinsfile and test with Java 11 (jenkinsci…
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Nov 18, 2021
1 parent 16040f6 commit 6805fd3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env groovy

/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin()
buildPlugin(useContainerAgent: true, configurations: [
[ platform: "linux", jdk: "8" ],
[ platform: "windows", jdk: "8" ],
[ platform: "linux", jdk: "11" ]
])

0 comments on commit 6805fd3

Please sign in to comment.