Update documentation to clarify the need to set bitbucket data center url (#2052)

This commit is contained in:
sharoneyal 2025-10-06 14:16:10 +03:00 committed by GitHub
parent 65dea899ec
commit fea8bc5150
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,13 @@ Generate the token and add it to .secret.toml under `bitbucket_server` section
bearer_token = "<your key>"
```
Don't forget to also set the URL of your Bitbucket Server instance (either in `.secret.toml` or in `configuration.toml`):
```toml
[bitbucket_server]
url = "<full URL to your Bitbucket instance, e.g.: https://git.bitbucket.com>"
```
### Run it as CLI
Modify `configuration.toml`:
@ -47,6 +54,8 @@ Modify `configuration.toml`:
git_provider="bitbucket_server"
```
and pass the Pull request URL:
```shell