Legacy Documentation: Version 2017.2 (Go to current version)
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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答