Skip to content

Commit a9d60f9

Browse files
zakiskchmouel
authored andcommitted
chore: Change term bitbucket server to bitbucket data center across pac
chaged the term bitbuckt server to bitbucket data center everywhere in docs, go files, and .sh files. Signed-off-by: Zaki Shaikh <zashaikh@redhat.com>
1 parent 5a974ee commit a9d60f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+132
-132
lines changed

.github/pull_request_template.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
- If adding a provider feature, fill in the following details:
2222

23-
| Git Provider | Supported |
24-
|------------------|-----------|
25-
| GitHub App | ✅️ |
26-
| GitHub Webhook | ❌️ |
27-
| Gitea | ❌️ |
28-
| GitLab | ❌️ |
29-
| Bitbucket Cloud | ❌️ |
30-
| Bitbucket Server | ❌️ |
23+
| Git Provider | Supported |
24+
|-----------------------|-----------|
25+
| GitHub App | ✅️ |
26+
| GitHub Webhook | ❌️ |
27+
| Gitea | ❌️ |
28+
| GitLab | ❌️ |
29+
| Bitbucket Cloud | ❌️ |
30+
| Bitbucket Data Center | ❌️ |
3131

3232
(update the documentation accordingly)

docs/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tracking using a Git workflow.
4545

4646
- Git events Filtering and support for separate pipelines for each event
4747

48-
- GitLab, Bitbucket Server, Bitbucket Cloud and GitHub Webhook support.
48+
- GitLab, Bitbucket Data Center, Bitbucket Cloud and GitHub Webhook support.
4949

5050
- `tkn-pac` plug-in for Tekton CLI for managing pipelines-as-code repositories and bootstrapping.
5151

docs/content/docs/dev/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,6 @@ a push to a branch or for a release.
372372
# Links
373373

374374
- [Jira Backlog](https://issues.redhat.com/browse/SRVKP-2144?jql=component%20%3D%20%22Pipeline%20as%20Code%22%20%20AND%20status%20!%3D%20Done)
375-
- [Bitbucket Server Rest API](https://docs.atlassian.com/bitbucket-server/rest/7.17.0/bitbucket-rest.html)
375+
- [Bitbucket Data Center Rest API](https://docs.atlassian.com/bitbucket-server/rest/7.17.0/bitbucket-rest.html)
376376
- [GitHub API](https://docs.github.com/en/rest/reference)
377377
- [GitLab API](https://docs.gitlab.com/ee/api/api_resources.html)

docs/content/docs/guide/matchingevents.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ files.
185185
## Matching a PipelineRun on a Regex in a comment
186186

187187
{{< tech_preview "Matching PipelineRun on regex in comments" >}}
188-
{{< support_matrix github_app="true" github_webhook="true" gitea="true" gitlab="true" bitbucket_cloud="false" bitbucket_server="false" >}}
188+
{{< support_matrix github_app="true" github_webhook="true" gitea="true" gitlab="true" bitbucket_cloud="false" bitbucket_datacenter="false" >}}
189189

190190
You can trigger a PipelineRun based on a comment on a Pull Request or a [Pushed
191191
Commit]({{< relref
@@ -235,7 +235,7 @@ relref "/docs/guide/gitops_commands.md#gitops-commands-on-pushed-commits" >}}).
235235
## Matching PipelineRun to a Pull Request labels
236236

237237
{{< tech_preview "Matching PipelineRun to a Pull-Request label" >}}
238-
{{< support_matrix github_app="true" github_webhook="true" gitea="true" gitlab="true" bitbucket_cloud="false" bitbucket_server="false" >}}
238+
{{< support_matrix github_app="true" github_webhook="true" gitea="true" gitlab="true" bitbucket_cloud="false" bitbucket_datacenter="false" >}}
239239

240240
Using the annotation `pipelinesascode.tekton.dev/on-label`, you can match a
241241
PipelineRun to a Pull Request label. For example, if you want to match the
@@ -258,7 +258,7 @@ metadata:
258258
* The `on-event` is still needed to match the Pull Request event on the
259259
proper targeted event.
260260
* This annotation is currently supported only on GitHub, Gitea, and GitLab
261-
providers. Bitbucket Cloud and Bitbucket Server do not support adding labels
261+
providers. Bitbucket Cloud and Bitbucket Data Center do not support adding labels
262262
to Pull Requests.
263263
* When you add a label to a Pull Request, the corresponding PipelineRun is
264264
triggered immediately, and no other PipelineRun matching the same Pull Request

docs/content/docs/guide/policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pipelines-as-Code uses policies to control which actions can be performed by
99
users who belong to specific teams within an organization, as defined on GitHub
1010
or other supported Git providers (currently GitHub and Gitea).
1111

12-
{{< support_matrix github_app="true" github_webhook="true" gitea="true" gitlab="false" bitbucket_cloud="false" bitbucket_server="false" >}}
12+
{{< support_matrix github_app="true" github_webhook="true" gitea="true" gitlab="false" bitbucket_cloud="false" bitbucket_datacenter="false" >}}
1313

1414
## Supported Actions
1515

docs/content/docs/guide/running.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ click on it and follow the pipeline execution directly there.
120120
### Cancelling in-progress PipelineRuns
121121

122122
{{< tech_preview "Cancelling in progress PipelineRuns" >}}
123-
{{< support_matrix github_app="true" github_webhook="true" gitea="true" gitlab="true" bitbucket_cloud="true" bitbucket_server="false" >}}
123+
{{< support_matrix github_app="true" github_webhook="true" gitea="true" gitlab="true" bitbucket_cloud="true" bitbucket_datacenter="false" >}}
124124

125125
You can choose to cancel a PipelineRun that is currently in progress. This can
126126
be done by adding the annotation `pipelinesascode.tekton.dev/cancel-in-progress:

docs/content/docs/install/bitbucket_cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ $ tkn pac create repo
135135
Pipelines as code always assumes that it will be in the same namespace where the
136136
`Repository` has been created.
137137

138-
- The `tkn pac create` and `tkn pac bootstrap` commands are not supported on Bitbucket Server.
138+
- The `tkn pac create` and `tkn pac bootstrap` commands are not supported on Bitbucket Data Center.
139139

140140
{{< hint info >}}
141141
You can only reference a user by the `ACCOUNT_ID` in a owner file. For reason see here:

docs/content/docs/install/bitbucket_server.md renamed to docs/content/docs/install/bitbucket_datacenter.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Bitbucket Server
2+
title: Bitbucket Data Center
33
weight: 15
44
---
5-
# Install Pipelines-As-Code on Bitbucket Server
5+
# Install Pipelines-As-Code on Bitbucket Data Center
66

77
Pipelines-As-Code has a full support of [Bitbucket
8-
Server](https://www.atlassian.com/software/bitbucket/enterprise).
8+
Data Center](https://www.atlassian.com/software/bitbucket/enterprise).
99

1010
After following the [installation](/docs/install/installation):
1111

@@ -39,7 +39,7 @@ recreate it.
3939
echo https://$(oc get route -n pipelines-as-code pipelines-as-code-controller -o jsonpath='{.spec.host}')
4040
```
4141

42-
* [Refer to this screenshot](/images/bitbucket-server-create-webhook.png) on
42+
* [Refer to this screenshot](/images/bitbucket-datacenter-create-webhook.png) on
4343
which events to handle on the Webhook. The individual events to select are :
4444

4545
* Repository -> Push
@@ -51,7 +51,7 @@ recreate it.
5151
* Create a secret with personal token in the `target-namespace`
5252

5353
```shell
54-
kubectl -n target-namespace create secret generic bitbucket-server-webhook-config \
54+
kubectl -n target-namespace create secret generic bitbucket-datacenter-webhook-config \
5555
--from-literal provider.token="TOKEN_AS_GENERATED_PREVIOUSLY" \
5656
--from-literal webhook.secret="SECRET_AS_SET_IN_WEBHOOK_CONFIGURATION"
5757
```
@@ -70,16 +70,16 @@ recreate it.
7070
spec:
7171
url: "https://bitbucket.com/workspace/repo"
7272
git_provider:
73-
# make sure you have the right bitbucket server api url without the
73+
# make sure you have the right bitbucket data center api url without the
7474
# /api/v1.0 usually the # default install will have a /rest suffix
75-
url: "https://bitbucket.server.api.url/rest"
75+
url: "https://bitbucket.datacenter.api.url/rest"
7676
user: "your-bitbucket-username"
7777
secret:
78-
name: "bitbucket-server-webhook-config"
78+
name: "bitbucket-datacenter-webhook-config"
7979
# Set this if you have a different key in your secret
8080
# key: "provider.token"
8181
webhook_secret:
82-
name: "bitbucket-server-webhook-config"
82+
name: "bitbucket-datacenter-webhook-config"
8383
# Set this if you have a different key for your secret
8484
# key: "webhook.secret"
8585
```
@@ -90,7 +90,7 @@ recreate it.
9090
Pipelines as code always assumes it will be the same namespace as where the
9191
repository has been created.
9292

93-
* `tkn-pac create` and `bootstrap` is not supported on Bitbucket Server.
93+
* `tkn-pac create` and `bootstrap` is not supported on Bitbucket Data Center.
9494

9595
{{< hint danger >}}
9696

docs/content/docs/install/global_repositories_setting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ means a repository configured using [GitHub webhooks]({{< relref "/docs/install/
102102
- gitlab
103103
- gitea
104104
- bitbucket-cloud
105-
- bitbucket-server
105+
- bitbucket-datacenter
106106

107107
The global repository settings for the Git provider can currently only
108108
reference one type of provider on a cluster. The user would need to specify

docs/content/docs/install/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ preferences the preferred install method is the GitHub Application method.
3535
* [GitHub Application](/docs/install/github_apps).
3636
* [GitHub Webhook](/docs/install/github_webhook)
3737
* [GitLab](/docs/install/gitlab)
38-
* [Bitbucket Server](/docs/install/bitbucket_server)
38+
* [Bitbucket Data Center](/docs/install/bitbucket_datacenter)
3939
* [Bitbucket Cloud](/docs/install/bitbucket_cloud)

0 commit comments

Comments
 (0)