I have a scenario, where I would need to move bunch of Bitbucket cloud repositories from one account to another.
While in this process, I would like to know the best way to move these repos and be able to preserve most of the content as it is. I am aware of ways to preserve git related stuffs like - commits, refs, branches and tags.
But, when I tried moving it over (using git clone -mirror) it did not preserve Bitbucket pipeline related stuffs which includes repository variables, pipeline execution logs and deployment section.
Is there any way to do this? I couldn't find any document indicating this! Any help is much appreciated.
I'm afraid there isn't any straightforward way to copy everything you have mentioned.
However, some of the things such as variables can be copied using the REST API. Please take a look at: https://developer.atlassian.com/bitbucket/api/2/reference/search?q=pipelines
Thanks for your answer @Lenin Raj
I think, I figured out a way to move everything is to use "Transfer Repository" feature from the settings. You do need to have "Admin"privilege to do that though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.