We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880bc91 commit 307dc7aCopy full SHA for 307dc7a
Jenkinsfile
@@ -1,3 +1,8 @@
1
// Builds a module using https://github.com/jenkins-infra/pipeline-library
2
-buildPlugin(configurations: buildPlugin.recommendedConfigurations())
+buildPlugin(
3
+ useContainerAgent: true,
4
+ configurations: [
5
+ [platform: 'linux', jdk: 8],
6
+ [platform: 'windows', jdk: 8],
7
+])
8
runBenchmarks('jmh-report.json')
0 commit comments