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.
https://plugins.jenkins.io/bitbucket-push-and-pull-request
MIT License
47 stars 49 forks source link

HTTP ERROR 403 No valid crumb was included in the request #242

Closed RohitGagan16 closed 2 years ago

RohitGagan16 commented 2 years ago

My jenkins version is 2.319.1 Bitbucket PPR plugin version is 2.8.1. Getting the error as

I am trying to trigger the jenkins job with bitbucket PR creation but this shows the below error

Getting this error while setting up the webhookl for bitbucket PPR

HTTP ERROR 403 No valid crumb was included in the request

zbuh commented 2 years ago

Having the same issue...

curtisgcarroll commented 2 years ago

Are you sure you have installed and configured the plugin correctly on Jenkins? I received this error when the webhooks had been setup on bitbucket but Jenkins was not properly configured. Are you using a custom url? If you make config changes, you will need to restart Jenkins as well.

zbuh commented 2 years ago

Fixed if by removing '/' from the custom URL config

klin111 commented 2 years ago

very good Don't need "/" in the custom hook URL config.