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 b08e705 commit 5840c9bCopy full SHA for 5840c9b
Jenkinsfile
@@ -1 +1,10 @@
1
-buildPlugin()
+/*
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