Hi, I am working with Jenkins 2 and Bitbucket Branch Source Plugin and I have followed the following steps:
1. Create a new Item "Bitbucket Team/Project" 2. Set "Scan Credentials" (this credential is from one team member - Username and Password) 3. Enable "Auto-register webhooks" 4. Then, Jenkins perform "Folder computation" This is working fine, scan all the projects which have Jenkinsfile in the repo and when new commit is sent analysis is perform automatically. But, when PR is sent the analysis is not performed. I got: *HTTP request error. Status: 403: FORBIDDEN* I have a fork for this project so is obvious jenkins doesn't have access to my PR because it is using another credentials. I'd like to know if I'm missing something or which kind of credentials should I use? Thanks in advance Cheers, -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ca9a63ae-86ed-405e-9b96-7a4b33952599%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
