bitbucket-pullrequest-builder-plugin
bitbucket-pullrequest-builder-plugin copied to clipboard
Bitbucket Pull Request Builder Plugin for Jenkins
Hi, So the plugin has been working great for me so far, thanks for that. One improvement that I think helps a lot is to add the name of the...
That plugin still has a cron for a backup, but, prefers to be notified, and, auto-adds its webhooks.
Hopefully, we can send the particular PR, etc, so we only grab one PR's info, not all of them. As a fallback, we should allow for polling if idle for...
Simple task to check out how we're using the pullrequest API, making sure we're filtering properly (only open PRs, with changes since our last poll, etc)
We have many issues currently with the way atlassian is throttling their bitbucket access. This is generally observed at one important time: apiClient - getPullRequests - which grabs all PRs...