we are using pipeline module of CI/CD. To automate our CI we have enabled webhook settings in bitbucket. Somehow webhooks sends duplicate notification to jenkins for single commit. So my build get triggers twice. How to avoid this scenario?
@yoki89 I just found this question because I asked something similar I don't know why Jira is triggering two webhooks for the same event but I needed to update my integration to keep track of webhooks that I've already received and ignore them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.