Skip to content

Commit 7fcad90

Browse files
authored
Added Bitbucket Data Center in GitOps doc (#5075)
1 parent 279b671 commit 7fcad90

File tree

1 file changed

+31
-8
lines changed
  • docs/user-guide/global-configurations

1 file changed

+31
-8
lines changed

docs/user-guide/global-configurations/gitops.md

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Users need to have super-admin permission to configure GitOps.
1717

1818
1. Go to **Global Configurations****GitOps**
1919

20-
![Figure 1: Global Configuration - GitOps](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/gitops/gitops.jpg)
20+
![Figure 1: Global Configuration - GitOps](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/gitops/gitops-v1.jpg)
2121

2222
2. Select any one of the [supported Git providers](#supported-git-providers) to configure GitOps.
2323

24-
![Figure 2: Selecting a Provider](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/gitops/select-provider.jpg)
24+
![Figure 2: Selecting a Provider](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/gitops/select-provider-v1.jpg)
2525

2626
{% hint style="warning" %}
2727
The Git provider you select for configuring GitOps might impact the following sections:
@@ -79,7 +79,7 @@ Below are the Git providers supported in Devtron for storing configuration files
7979
* [GitHub](#github)
8080
* [GitLab](#gitlab)
8181
* [Azure](#azure)
82-
* [Bitbucket Cloud](#bitbucket-cloud)
82+
* [Bitbucket](#bitbucket)
8383

8484
### GitHub
8585

@@ -96,7 +96,7 @@ Fill the following mandatory fields:
9696
| --- | --- |
9797
| **Git Host** | Shows the URL of GitHub, e.g., https://github.com/ |
9898
| **GitHub Organisation Name** | Enter the GitHub organization name. <br />If you do not have one, refer [how to create organization in Github](#how-to-create-organization-in-github). |
99-
| **GitHub Username** | Provide the username of your GitHub account. |
99+
| **GitHub Username** | Provide the username of your GitHub account |
100100
| **Personal Access Token** | Provide your personal access token (PAT). It is used as an alternate password to authenticate your GitHub account. <br />If you do not have one, create a GitHub PAT [here](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token).|
101101

102102

@@ -137,7 +137,13 @@ Fill the following mandatory fields:
137137
| **Azure DevOps Username*** | Provide the username of your Azure DevOps account |
138138
| **Azure DevOps Access Token*** | Provide your Azure DevOps access token. It is used as an alternate password to authenticate your Azure DevOps account. <br />If you do not have one, create a Azure DevOps access token [here](https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=preview-page). |
139139

140-
### Bitbucket Cloud
140+
### Bitbucket
141+
142+
Here, you get 2 options:
143+
* [Bitbucket Cloud](#bitbucket-cloud) - Select this if you wish to store GitOps configuration in a web-based Git repository hosting service offered by Bitbucket.
144+
* [Bitbucket Data Center](#bitbucket-data-center) - Select this if you wish to store GitOps configuration in a git repository hosted on a self-managed Bitbucket Data Center (on-prem).
145+
146+
#### Bitbucket Cloud
141147

142148
{% hint style="info" %}
143149
### Prerequisite
@@ -147,20 +153,37 @@ Fill the following mandatory fields:
147153

148154
{% endhint %}
149155

156+
![Figure 5: Entering Details of Bitbucket Cloud](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/gitops/bitbucket-cloud-v1.jpg)
157+
150158
Fill the following mandatory fields:
151159

152160
| Field | Description |
153161
| --- | --- |
154162
| **Bitbucket Host** | Shows the URL of Bitbucket Cloud, e.g., https://bitbucket.org/ |
155-
| **Bitbucket Workspace ID** | Enter the Bitbucket workspace ID. <br />If you do not have one, refer [Bitbucket Workspace Id](#how-to-create-bitbucket-workspace-id).|
163+
| **Bitbucket Workspace ID** | Enter the Bitbucket workspace ID. <br />If you do not have one, refer [Bitbucket Workspace Id](#how-to-create-bitbucket-workspace-id)|
164+
| **Bitbucket Project Key** | Enter the Bitbucket project key. <br />If you do not have one, refer [Bitbucket Project Key](https://support.atlassian.com/bitbucket-cloud/docs/group-repositories-into-projects/). <br />Note: If the project is not provided, the repository is automatically assigned to the oldest project in the workspace. |
156165
| **Bitbucket Username*** | Provide the username of your Bitbucket account |
157166
| **Personal Access Token** | Provide your personal access token (PAT). It is used as an alternate password to authenticate your Bitbucket Cloud account. <br />If you do not have one, create a Bitbucket Cloud PAT [here](https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/). |
158167

159-
Fill the optional field if needed:
168+
#### Bitbucket Data Center
169+
170+
{% hint style="info" %}
171+
### Prerequisite
172+
173+
A Bitbucket Data Center account
174+
175+
{% endhint %}
176+
177+
![Figure 6: Entering Details of Bitbucket Data Center](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/gitops/bitbucket-server-v1.jpg)
178+
179+
Fill the following mandatory fields:
160180

161181
| Field | Description |
162182
| --- | --- |
163-
| **Bitbucket Project Key** | Enter the Bitbucket project key. <br />If you do not have one, refer [Bitbucket Project Key](https://support.atlassian.com/bitbucket-cloud/docs/group-repositories-into-projects/). <br />Note: If the project is not provided, the repository is automatically assigned to the oldest project in the workspace. |
183+
| **Bitbucket Host** | Enter the URL address of your Bitbucket Data Center, e.g., https://bitbucket.mycompany.com |
184+
| **Bitbucket Project Key** | Enter the Bitbucket project key. Refer [Bitbucket Project Key](https://confluence.atlassian.com/bitbucketserver/creating-projects-776639848.html). |
185+
| **Bitbucket Username*** | Provide the username of your Bitbucket Data Center account |
186+
| **Password** | Provide the password to authenticate your Bitbucket Data Center account |
164187

165188
---
166189

0 commit comments

Comments
 (0)