My work is running Jenkins and Bitbucket Server (so instead of the bitbucket cloud, they host their own bitbucket version). I am used to having passing/failing builds on github and bitbucket cloud immediately reporting back on PRs and branches as to whether the build passed or failed. I want to give that gift to my team in the current environment. How do I get PRs in Bitbucket server to receive success/failure of builds from Jenkins?
[Figure 1 just shows an example of the functionality I want, operational on PRs in github+codeship]
Bitbucket Server Webhook to Jenkins
on bitbucket, create a job on jenkins, probably using Stash Pull Request Builder Plugin. Our company has that working for jenkins & bitbucked and there is nothing difficult in the implementation. – Abbate