nishio-dens / bitbucket-pullrequest-builder-plugin

Bitbucket Pull Request Builder Plugin for Jenkins
Other
125 stars 145 forks source link

Owner missing in API url #229

Open SergeyBakach opened 4 years ago

SergeyBakach commented 4 years ago

We are trying to use Bitbucket Pull Requests Builder trigger. The problem is that the trigger can't retrieve pull request list. According to logs it calls wrong url without owner inserted. It looks like https://bitbucket.mydomain.com/rest/api/1.0/projects//repos/myrepo/pull-requests/. RepositoryOwner field is ignored. Jenkins version: 2.252. Plugin version: 1.5.0.

This is how it's setup like: image