Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builder does not handle error responses from Bitbucket very well #214

Open
stevemuskiewicz opened this issue Oct 5, 2019 · 1 comment
Open

Comments

@stevemuskiewicz
Copy link

There have been a rash of Bitbucket cloud outages in the last week (https://www.theregister.co.uk/2019/10/02/bitbucket_recurring_outages/) and still seems to be happening intermittently.

The problem with these is that whatever response Bitbucket is returning (seems often be a 500 server error followed by HTML content) is not being handled well by the pull request builder with the result being that we get a rash of new builds for all of our open PRs even though none of the branches associated with them have changed.

It has been difficult to dig thru Jenkins logs whenever this happens as the (HTML) content coming back from Bitbucket keeps getting logged entirely so our Jenkins log is polluted with all sorts of stuff. If there is a specific string I should look for to help debug this I can try to dig that out.

@CodeMonk
Copy link
Collaborator

CodeMonk commented Oct 7, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants