bitbucket-push-and-pull-request-plugin icon indicating copy to clipboard operation
bitbucket-push-and-pull-request-plugin copied to clipboard

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

Results 59 bitbucket-push-and-pull-request-plugin issues
Sort by recently updated
recently updated
newest added

Hello. I am trying to call a pipeline job in Jenkins whenever a new pull request towards a certain branch is created (let it be master). Scenario: developer creates a...

bug

After making a PR on bitbucket, the plugin successfully starts a new build on Jenkins. After the build fails, the PR should be declined because I have ticked the box...

When attempting to set up a PR build pipeline for a repository that is a fork, it appears from the logs that the plugin is trying to match the repository...

I have a problem on a specific case: Jenkins 2.346.3 BBPPR 2.8.3 bitbucket server v7.21.4 When merging a bitbucket PR with squash merge strategy + deleting the source branch, the...

in [BitBucketPPRPullRequestAction](https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/blob/ee5dfd3c9aff3ef1ebb31ad53b1fd9229d212d5c/src/main/java/io/jenkins/plugins/bitbucketpushandpullrequest/action/BitBucketPPRPullRequestAction.java#L41) The SCM URL value for the commit repository is taken from the Bitbucket JSON payload from the `payload.getRepository().getLinks().getHtml().getHref()` Bitbucket always set that to a value of `https://bitbucket.org/XXXX/YYYY` ....

investigating

Hi, I try to setup Bitbucket PR building but I receive the following error when receiving the payload. This causes a 500 response in Bitbucket and prevents the job from...

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...

Hi, I'm Trying to execute my build job once when Bitbucket pull request was approved, I installed Bitbucket-Push-and-Pull-Request-plugin and also i configured webhook in Bitbucket. anyone can you please guide...

Versions: Jenkins - 2.289.1 Bitbucket Server - 7.17.4 Bitbucket PPR Plugin - 2.7.2 Pipeline Multibranch - 2.24 I have a job setup using a .pipelinejob file as below. Triggers do...

Will this plugin support multiple pipeline jobs? It seems that it is successful for one project but fails on another.