We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d906cc1 commit 5c5d3b2Copy full SHA for 5c5d3b2
Jenkinsfile
@@ -1,4 +1,8 @@
1
#!/usr/bin/env groovy
2
3
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
4
-buildPlugin()
+buildPlugin(configurations: [
5
+ [platform: 'linux', jdk: '8'],
6
+ [platform: 'linux', jdk: '11'],
7
+ [platform: 'windows', jdk: '11'],
8
+])
0 commit comments