From fea8bc51506c287c64571ee9f6be9e24f2e9c337 Mon Sep 17 00:00:00 2001 From: sharoneyal Date: Mon, 6 Oct 2025 14:16:10 +0300 Subject: [PATCH] Update documentation to clarify the need to set bitbucket data center url (#2052) --- docs/docs/installation/bitbucket.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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