How would I restart failed build on Bitbucket UI?
My team uses Bitbucket in conjunction with TeamCity CI/CD builds.
We do have some flaky tests that turn green after several retries (I guess some timing issues exist),
but they do fail some times:

How would I restart such failed build?
So far I was relying on resyncing my development branch with the main one, which re-triggers the build.
My colleagues also advised me to push an empty update onto the development branch, but really what I want is to find a button of sorts on the UI to restart the build.
Please sign in to leave a comment.