Version: 2017.3 (switch to 2017.4)
Using GitHub with Unity Cloud Build
Using Mercurial with Unity Cloud Build
Other Versions

Using Bitbucket with Unity Cloud Build

Unity Cloud Build can connect to Git and Mercurial repositories hosted on Bitbucket (bitbucket.org).

Using public Git repositories on Bitbucket

Unity Cloud Build can automatically connect to public repositories on Bitbucket. Copy and paste in the repository’s URL when you set up a project in Cloud Build.

Using private Git repositories on Bitbucket

If your Bitbucket repository is private, find the SSH key provided by Unity during the project’s setup for Cloud Build, and follow the instructions below to add it to your Bitbucket account.

  1. Log in to your Bitbucket account on bitbucket.org

  2. Open the user menu and click Manage Account

  3. Choose SSH Keys from the left column menu

  4. Click Add Key, and give it a label (such as “Unity Cloud Build”)

  5. Paste the Unity Cloud Build SSH key into the Bitbucket Key field

  6. Click Add Key

Using Mercurial repositories on Bitbucket

See documentation on Using Mercurial with Unity Cloud Build for details.

Did you find this page useful? Please give it a rating:

Using GitHub with Unity Cloud Build
Using Mercurial with Unity Cloud Build