I have Locally hosted Bitbucket server, for CI / CD we are using Azure DevOps.
1. I am able to connect to the local Bitbucket server and can run the successful build.
Now there is and the requirement for creating PR build requests. so whenever there is and pull request created by the developer to merge the feature branch to develop branch. an automatic build should be trigger on the Azure DevOps pipeline.
Normally this is an easy process when we use the BitBucket cloud. but I am struggling to get this done on a locally hosted bitbucket server.
kindly help.