We are migrating from On-Prem Bitbucket to Bitbucket Cloud.
I have succesfully migrated some of our repositories as a test.
However when trying to clone these repositories from the new Bitbucket Cloud, I can’t seem to find a “user friendly” way of doing this for UiPath Studio.
We are in an environment where we have to change PC’s reguarly for troubleshooting etc.
When using on-prem Bitbucket I could choose “username/password” when cloning a repository, and simply type my login for Bitbucket.
When using Bitbucket Cloud, I thought using my credentials for my Atlassian Account would accomplish the same, but I am getting an “Authentication failure”.
I have to either create an App Password, which is very long and unreadable, and only shown once or create a token which has the same problems.
The third option is to create an SSH-key which would also hinder accessing code from other machines, as they would have to get the private key.
Am I doing something wrong or are thoose three methods all that is possible using UiPath as destination?
It seems like Bitbucket Cloud doesn’t has the option to generate password when clone the repository and the flow used to connect to your account doesn’t work to clone repository.
You have the options that you mentioned or a workaround is clone the repository using command line first then open it on Studio. After that the commands shoud work in Studio
Migrating from an on-premises version of Bitbucket to Bitbucket Cloud can indeed present some challenges, especially when it comes to authentication methods and accessing repositories from different machines. It sounds like you’ve encountered some difficulties in finding a user-friendly way to clone repositories from Bitbucket Cloud, particularly when using UiPath Studio.