'Merge Option In webhook is triggering all the Jenkins pipeline which has commits

I have implemented webhook in Bitbucket with only Merge Option Enabled, But whenever i do merge , it is triggering all the multibranch pipelines having new commits.

Below is the URL for Webhook in Bitbucket https://Jenkins-URL/multibranch-webhook-trigger/invoke?token=TokenName

Webhook is scanned using Basic Build strategies plugin in multibranch pipeline in Jenkins

May i know how to stop other pipelines from triggering whenever merge is done.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source