Skip to content

Commit f3ddc61

Browse files
committed
[JENKINS-75804] Webhook auto registration fail with PLUGIN implementation (#1066)
Remove hook secret when register webhook for PLUGIN implementation.
1 parent b9c6642 commit f3ddc61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/cloudbees/jenkins/plugins/bitbucket/hooks/WebhookConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ public BitbucketWebHook getHook(BitbucketSCMSource owner) {
207207
hook.setDescription(description);
208208
hook.setUrl(rootUrl + BitbucketSCMSourcePushHookReceiver.FULL_PATH);
209209
hook.setCommittersToIgnore(committersToIgnore);
210-
hook.setSecret(signatureSecret);
211210
return hook;
212211
}
213212
}

0 commit comments

Comments
 (0)