Skip to content

Commit 307dc7a

Browse files
authored
Update Jenkinsfile syntax (#99)
1 parent 880bc91 commit 307dc7a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Jenkinsfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
// Builds a module using https://github.com/jenkins-infra/pipeline-library
2-
buildPlugin(configurations: buildPlugin.recommendedConfigurations())
2+
buildPlugin(
3+
useContainerAgent: true,
4+
configurations: [
5+
[platform: 'linux', jdk: 8],
6+
[platform: 'windows', jdk: 8],
7+
])
38
runBenchmarks('jmh-report.json')

0 commit comments

Comments
 (0)