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

I've configured plugin and my pipeline as explained in tutorial. My pipeline is triggering every time but I can't see my build status on Bitbucket server. Send build status to...

Hello, thanks for the cool plugin! **What I would like to do:** - Run Pipeline on PR opened - Run Pipeline on PR updated with commits **What doesn't work:** A...

HI Team After creating the pull request the Jenkins is recognizing the pull request creation but the build is not triggering. We are getting the below logs : **Jenkins global...

Jenkins version 2.249.1 Plugin version 2.5 Bitbucket cloud Plugin-related settings in the job https://prnt.sc/uzi164 Log output ``` 2020-10-14 23:45:53.948+0000 [id=211] INFO i.j.p.b.BitBucketPPRHookReceiver#doIndex: Received x-event-key repo:push from Bitbucket 2020-10-14 23:45:53.953+0000 [id=211]...

Allowed branches

We are trying to to trigger jenkins job build a specified commit through bitbucket webhook. But we are facing the issue "skipping resolution of commit 413cebbede802f99119ca5b8ee4e8afcc0cda334, since it originates from...

enhancement
investigating

Plugin receives payload but does not trigger the job. ``` May 22, 2023 5:33:50 PM FINE io.jenkins.plugins.bitbucketpushandpullrequest.config.BitBucketPPRPluginConfig Read bitbucket push and pull request plugin global configuration. May 22, 2023 5:33:50...

Version: Jenkins 2.327 Bitbucket PPR 2.8.1 When the plugin detects a new Push ir prints multiple lines of: ``` Trigger not set Feb 20, 2022 4:20:47 PM WARNING io.jenkins.plugins.bitbucketpushandpullrequest.BitBucketPPRJobProbe lambda$triggerMatchingJobs$1...

I would have put this is a Discussion, but couldn't create one, so I don't know if this is really an issue or just something I'm doing wrong. Jenkins :...

I have the same [issue](https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/issues/99) 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....

Hi, I've got BBPaPRP installed and running and I ran into an interesting issue that I think is a bug. I've got the plugin set up to build on a...

investigating