Skip to content

Commit 83df236

Browse files
committed
Wrong link
1 parent b321118 commit 83df236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
configurations = [[platform: 'linux', jdk: 21]]
2-
if (env.CHANGE_ID == null) { // TODO https://github.com/jenkinsci/script-security-plugin/pull/555 workaround
2+
if (env.CHANGE_ID == null) { // TODO https://github.com/jenkins-infra/helpdesk/issues/3931 workaround
33
configurations += [platform: 'windows', jdk: 17]
44
}
55
buildPlugin(

0 commit comments

Comments
 (0)