Skip to content

Commit

Permalink
Merge pull request #669 from chmouel/add-comment-about-api-url-bitbuc…
Browse files Browse the repository at this point in the history
…ket-enteprise

doc: Add a proper example to the api url for bserver
  • Loading branch information
Shivam Mukhade authored May 12, 2022
2 parents ff1fa46 + 2a77da8 commit f3e7ac1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/docs/install/bitbucket_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ recreate it.
spec:
url: "https://bitbucket.com/workspace/repo"
git_provider:
url: "https://bitbucket.server.api.url"
# make sure you have the right bitbucket server api url without the
# /api/v1.0 usually the # default install will have a /rest suffix
url: "https://bitbucket.server.api.url/rest"
user: "your-bitbucket-username"
secret:
name: "bitbucket-server-webhook-config"
Expand Down

0 comments on commit f3e7ac1

Please sign in to comment.