Skip to content

Commit 5840c9b

Browse files
committed
chore: Update build containers
1 parent b08e705 commit 5840c9b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Jenkinsfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
buildPlugin()
1+
/*
2+
See the documentation for more options:
3+
https://github.com/jenkins-infra/pipeline-library/
4+
*/
5+
buildPlugin(
6+
useContainerAgent: true,
7+
configurations: [
8+
[platform: 'linux', jdk: 21],
9+
[platform: 'windows', jdk: 17],
10+
])

0 commit comments

Comments
 (0)