We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b321118 commit 83df236Copy full SHA for 83df236
Jenkinsfile
@@ -1,5 +1,5 @@
1
configurations = [[platform: 'linux', jdk: 21]]
2
-if (env.CHANGE_ID == null) { // TODO https://github.com/jenkinsci/script-security-plugin/pull/555 workaround
+if (env.CHANGE_ID == null) { // TODO https://github.com/jenkins-infra/helpdesk/issues/3931 workaround
3
configurations += [platform: 'windows', jdk: 17]
4
}
5
buildPlugin(
0 commit comments