Skip to content

DIGCS-21 | Added Bitbucket server integration documentation #2461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jul 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5a05946
Added Bitbucket server integration documentation
lordsarcastic Jun 23, 2025
9f69f6b
Updated Bitbucket Server documentation and live events integration
lordsarcastic Jun 24, 2025
b6c4325
Merge branch 'main' into digcs-21
lordsarcastic Jun 24, 2025
c8e0bb1
Refactor Bitbucket Server documentation to Bitbucket (Self-Hosted)
lordsarcastic Jun 25, 2025
55a9001
Merge branch 'digcs-21' of github.com:port-labs/port-docs into digcs-21
lordsarcastic Jun 25, 2025
7b859ab
Feature: Moved all bitbucket integrations under one folder
lordsarcastic Jun 27, 2025
5fae52a
Fix link bugs
lordsarcastic Jun 27, 2025
1693062
Fix broken links
lordsarcastic Jun 27, 2025
f26aa2c
Merge branch 'main' into digcs-21
lordsarcastic Jun 27, 2025
bcb5045
Refactor Bitbucket documentation and update integration details
lordsarcastic Jul 1, 2025
2f755b9
Merge branch 'main' into digcs-21
lordsarcastic Jul 1, 2025
3413923
Merge branch 'main' into digcs-21
lordsarcastic Jul 1, 2025
829d145
Update Bitbucket (Self-Hosted) documentation and add new installation…
lordsarcastic Jul 1, 2025
1e32426
Merge branch 'digcs-21' of github.com:port-labs/port-docs into digcs-21
lordsarcastic Jul 1, 2025
8c43a23
Merge branch 'main' into digcs-21
lordsarcastic Jul 1, 2025
d6eea9a
Merge branch 'main' into digcs-21
kodjomiles Jul 2, 2025
96282a9
Update docs/build-your-software-catalog/sync-data-to-catalog/git/bitb…
lordsarcastic Jul 2, 2025
5d93e89
Update docs/build-your-software-catalog/sync-data-to-catalog/git/bitb…
lordsarcastic Jul 2, 2025
326f952
Update docs/build-your-software-catalog/sync-data-to-catalog/git/bitb…
hadar-co Jul 2, 2025
dd91c56
Update docs/build-your-software-catalog/sync-data-to-catalog/git/bitb…
hadar-co Jul 2, 2025
24af1c1
Merge branch 'main' into digcs-21
hadar-co Jul 2, 2025
e2a9301
Update docs/build-your-software-catalog/sync-data-to-catalog/git/bitb…
hadar-co Jul 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ To use Gitops with Port, head over to your desired Git provider:

- [GitHub](/build-your-software-catalog/sync-data-to-catalog/git/github/gitops)
- [GitLab](/build-your-software-catalog/sync-data-to-catalog/git/gitlab/gitops)
- [Bitbucket](/build-your-software-catalog/sync-data-to-catalog/git/bitbucket/gitops)
- [Bitbucket](/build-your-software-catalog/sync-data-to-catalog/git/bitbucket/bitbucket-cloud/gitops)
- [Azure DevOps](/build-your-software-catalog/sync-data-to-catalog/git/azure-devops/gitops)

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Bitbucket (deprecated)",
"position": 2
}
"label": "Bitbucket",
"position": 3
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Bitbucket app (deprecated)",
"position": 3
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 4

import Tabs from "@theme/Tabs"
import TabItem from "@theme/TabItem"
import DeleteDependents from '../../../../generalTemplates/\_delete_dependents_git_explanation_template.md'
import DeleteDependents from '../../../../../generalTemplates/\_delete_dependents_git_explanation_template.md'

# Advanced

Expand Down Expand Up @@ -57,4 +57,4 @@ The `createMissingRelatedEntities` parameter is used to enable the creation of m

</Tabs>

All of the advanced configurations listed below can be added to the [`port-app-config.yml`](./bitbucket.md#port-app-configyml-file) file.
All of the advanced configurations listed above can be added to the [`port-app-config.yml`](./bitbucket-app.md#port-app-configyml-file) file.
Loading