Bitbucket Datacenter/Server
Last updated
Was this helpful?
Last updated
Was this helpful?
In addition to our out-of-the-box , Spacelift supports using an on-premises Bitbucket installation as the source of code for your and .
In order to set up the integration from the Spacelift side, please navigate to the VCS Providers section of the admin Settings page and click the Set up button next to the Bitbucket Data Center integration:
This should open a form like this one:
The user facing host URL is the address on which users of you Bitbucket instance access it. This could be an internal address inside of your company network, but could also by a public address if your Bitbucket instance is publicly available.
In order to get the access token you'll need to go on your Bitbucket instance into Manage account -> Personal access tokens -> create. There, you will need to give your new access token a name and give it write access to repositories:
This will give you an access token which you can put into the Access token field in the integration configuration.
After doing all this you should have all fields filled in.
After saving, you'll receive your webhook secret and endpoint:
For each repository you want to use with Spacelift, you need to go into its Repository settings -> Webhooks -> Create webhook, and configure the webhooks accordingly, by activating Push and Pull Request Opened events.
When creating a Stack, you will now be able to choose the Bitbucket Datacenter provider and a repository inside of it:
Now you'll have to fill in the API host URL, which is the URL on which Spacelift will access the Bitbucket server. This may be a URL which uses , or a normal URL, if your Bitbucket instance is publicly available.