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

Bitbucket Push and Pull Request Plugin does not work

mdsnassor opened this issue · comments

I have the same issue

Loggers:

Feb 22, 2023 2:27:08 PM INFO io.jenkins.plugins.bitbucketpushandpullrequest.receiver.BitBucketPPRHookReceiver doIndex

Received POST request over Bitbucket hook

This is all i get from Jenkins side.

Bitbucket Post Hook:
ERROR: Something went wrong while POST (response code:400) to the URL: [https://jenkins/bitbucket-hook/]. Message: Bitbuckt PPR Plugin: request failed.

Before, i had a normal webhook which triggered the build just fine. After a while i wanted to set same webhook to three other repositories, so i did the same configuration as the first repository. But only the first repository could trigger the build and the rest just sent a POST request to the plugin.

Now I'm configuring the POST web-hook in bitbucket and I'm getting the above error with very few information to debug this, could anybody help with this?