diff --git a/docs/docs/installation/bitbucket.md b/docs/docs/installation/bitbucket.md index 776f27dc..75084275 100644 --- a/docs/docs/installation/bitbucket.md +++ b/docs/docs/installation/bitbucket.md @@ -39,6 +39,13 @@ Generate the token and add it to .secret.toml under `bitbucket_server` section bearer_token = "" ``` +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 = "" +``` + ### 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