We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9888e21 commit fff4b7eCopy full SHA for fff4b7e
src/main/java/com/cloudbees/jenkins/plugins/bitbucket/hooks/WebhookConfiguration.java
@@ -207,7 +207,6 @@ public BitbucketWebHook getHook(BitbucketSCMSource owner) {
207
hook.setDescription(description);
208
hook.setUrl(rootUrl + BitbucketSCMSourcePushHookReceiver.FULL_PATH);
209
hook.setCommittersToIgnore(committersToIgnore);
210
- hook.setSecret(signatureSecret);
211
return hook;
212
}
213
0 commit comments