Hello,
I am looking to use filter branch option in bitbucket web hooks. I want to trigger a build job in jenkins via webhooks. I want to avoid trigger the build if the checkin/pull reuest merge happens on feature branches. I want to build only if checkin pull request merge happens in master branch. How do i achieve this using reg expression ?
Thanks