Skip to content

Commit 7cdb836

Browse files
author
Steve Danielson
committed
BitBucket -> Bitbucket
1 parent a3e03f1 commit 7cdb836

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pipelines/repos/on-premises-bitbucket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Follow each of these steps to troubleshoot your failing triggers:
9696

9797
#### I did not push any updates to my code, however the pipeline is still being triggered.
9898

99-
* The continuous integration trigger for BitBucket works through polling. After each polling interval, Azure Pipelines attempts to contact the BitBucket server to check if there have been any updates to the code. If Azure Pipelines is unable to reach the Bitbucket server (possibly due to a network issue), then we start a new run anyway assuming that there might have been code changes. In a few cases, Azure Pipelines may also create a dummy failed build with an error message to indicate that it was unable to reach the server.
99+
* The continuous integration trigger for Bitbucket works through polling. After each polling interval, Azure Pipelines attempts to contact the Bitbucket server to check if there have been any updates to the code. If Azure Pipelines is unable to reach the Bitbucket server (possibly due to a network issue), then we start a new run anyway assuming that there might have been code changes. In a few cases, Azure Pipelines may also create a dummy failed build with an error message to indicate that it was unable to reach the server.
100100

101101
### Failing checkout
102102

release-notes/docswhatsnew/azure-devops-docs-2020-07.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Welcome to what's new in the Azure DevOps docs from July 1, 2020 through July 31
5555
- [Why data pipelines?](/azure/devops/pipelines/apps/cd/azure/cicd-data-overview) - CI/CD Data Pipeline Articles
5656
- [Building a Continuous Integration and Continuous Deployment pipeline with DSC](/azure/devops/pipelines/get-started/dsc-cicd)
5757
- [Build GitHub Enterprise Server repositories](/azure/devops/pipelines/repos/github-enterprise)
58-
- [Build on-premises BitBucket repositories](/azure/devops/pipelines/repos/on-premises-bitbucket)
58+
- [Build on-premises Bitbucket repositories](/azure/devops/pipelines/repos/on-premises-bitbucket)
5959
- [Build Subversion repositories](/azure/devops/pipelines/repos/subversion)
6060

6161
### Updated articles

0 commit comments

Comments
 (0)