Overview
CircleCI needs to have the correct permissions via a access token when setting up a project that is hosted on Bitbucket Data Center with CircleCI. In this case, the access token must be a project token (not a repository token). This project may encompass many one or many repositories. The HTTP access token must be scoped to "project admin" permissions.
Additional Resources:
- BitBucket Data Center Documentation: HTTP Access Tokens
- CircleCI Documentation: BitBucket Data Center Integration
Comments
Article is closed for comments.