jenkinsci / bitbucket-push-and-pull-request-plugin

Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.

Home Page:https://plugins.jenkins.io/bitbucket-push-and-pull-request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This plugin doesn't work with SCM Poll

ashwani-dlt opened this issue · comments

Due to a security exploit in jenkins (similar reported article: https://www.cidersecurity.io/blog/research/how-we-abused-repository-webhooks-to-access-internal-ci-systems-at-scale/ )
We have disabled all the webhooks accessing our internal jenkins. And are now using SCM poll instead, despite it's heavy cost.
And have observed that this plugin is not working with SCM poll despite a very simple configuration of a single branch.
Therefore, request you to please let us know how to make it work with SCM poll
OR
if there's no such functionality with SCM poll then please include it with support with multibranch pipeline as well.