Skip to content

Commit 3adbf16

Browse files
zakiskchmouel
authored andcommitted
docs: Remove /rest suffix from Bitbucket DC url
Corrected the setup documentation for Bitbucket Data Center. Users should now provide only the base URL of their instance without the /rest suffix, as this is handled automatically by the rest client library (jenkins-x/go-scm). Signed-off-by: Zaki Shaikh <[email protected]>
1 parent 4ae3540 commit 3adbf16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/install/bitbucket_datacenter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ recreate it.
7171
url: "https://bitbucket.com/workspace/repo"
7272
git_provider:
7373
# make sure you have the right bitbucket data center api url without the
74-
# /api/v1.0 usually the # default install will have a /rest suffix
75-
url: "https://bitbucket.datacenter.api.url/rest"
74+
# The base URL of your Bitbucket Data Center instance. Do not include the /rest suffix.
75+
url: "https://bitbucket.datacenter.api.url"
7676
user: "your-bitbucket-username"
7777
secret:
7878
name: "bitbucket-datacenter-webhook-config"

0 commit comments

Comments
 (0)