We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a73c079 + 2f7daae commit 33b73d2Copy full SHA for 33b73d2
Jenkinsfile
@@ -1,8 +1,6 @@
1
-configurations = [[platform: 'linux', jdk: 21]]
2
-if (env.CHANGE_ID == null) { // TODO https://github.com/jenkins-infra/helpdesk/issues/3931 workaround
3
- configurations += [platform: 'windows', jdk: 17]
4
-}
5
buildPlugin(
6
useContainerAgent: true,
7
- configurations: configurations
8
-)
+ configurations: [
+ [platform: 'linux', jdk: 21],
+ [platform: 'windows', jdk: 17],
+])
0 commit comments