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
46 stars 50 forks source link

Build status not being communicated to Bitbucket #308

Closed cbolson1 closed 8 months ago

cbolson1 commented 8 months ago

I have a trigger setup, and Bitbucket is successfully triggering a job on Jenkins. The problem is that the build status is not being relayed back to Bitbucket.

My job is setup as a pipeline job. I don't see a spot where I can check a box to communicate build status notifications back to Bitbucket.

cdelmonte-zg commented 8 months ago

Hi @cbolson1

you can find it in the System Configuration: Dashboard/Manage Jenkins/System

image

cbolson1 commented 8 months ago

Yep, I see it there. Thanks!