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 b9c6642 commit f3ddc61Copy full SHA for f3ddc61
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