| Hi, I have the same issue. While the initial setup with username/password through blue ocean works for detecting branches it does not work when actually running a build. I am not able to add proper credentials with ssh key as described above. And builds won't even start with username/password credentials on my private BitBucket Cloud repositories.
using GIT_ASKPASS to set credentials
> /usr/bin/git fetch --no-tags --progress https://bitbucket.org/me/my-fancy-fake-repo.git +refs/heads/master:refs/remotes/origin/master
ERROR: Timeout after 10 minutes
ERROR: Error fetching remote repo 'origin'
if i set it up a generic git then i can add an ssh key and the build runs fine. But i won't be able to "discover Pull Requests from origin". |