You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pipelines/repos/on-premises-bitbucket.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ You can integrate your on-premises Bitbucket server or another Git server with A
18
18
If your on-premises server is reachable from the servers that run Azure Pipelines service, then:
19
19
- you can set up classic build and configure CI triggers
20
20
21
-
If your on-premises server is not reachable from the servers that run Azure Pipelines service, then:
21
+
If your on-premises server isn't reachable from the servers that run Azure Pipelines service, then:
22
22
- you can set up classic build pipelines and start manual builds
23
23
- you can't configure CI triggers
24
24
@@ -84,16 +84,16 @@ Learn more about [informational runs](../process/information-run.md).
84
84
85
85
Problems related to Bitbucket Server integration fall into the following categories:
86
86
87
-
***[Failing triggers](#failing-triggers):** My pipeline is not being triggered when I push an update to the repo.
87
+
***[Failing triggers](#failing-triggers):** My pipeline isn't being triggered when I push an update to the repo.
88
88
***[Failing checkout](#failing-checkout):** My pipeline is being triggered, but it fails in the checkout step.
89
89
90
90
### Failing triggers
91
91
92
-
#### I pushed a change to my server, but the pipeline is not being triggered.
92
+
#### I pushed a change to my server, but the pipeline isn't being triggered.
93
93
94
94
Follow each of these steps to troubleshoot your failing triggers:
95
95
96
-
* Is your Bitbucket server accessible from Azure Pipelines? Azure Pipelines periodically polls Bitbucket server for changes. If the Bitbucket server is behind a firewall, this traffic may not reach your server. For more information, see [Azure DevOps IP Addresses](#azure-devops-ip-addresses) and verify that you have granted exceptions to all the required IP addresses. These IP addresses may have changed since you have originally set up the exception rules. You can only start manual runs if you used an external Git connection and if your server is not accessible from Azure Pipelines.
96
+
* Is your Bitbucket server accessible from Azure Pipelines? Azure Pipelines periodically polls Bitbucket server for changes. If the Bitbucket server is behind a firewall, this traffic may not reach your server. For more information, see [Azure DevOps IP Addresses](#azure-devops-ip-addresses) and verify that you have granted exceptions to all the required IP addresses. These IP addresses may have changed since you have originally set up the exception rules. You can only start manual runs if you used an external Git connection and if your server isn't accessible from Azure Pipelines.
97
97
98
98
* Is your pipeline paused or disabled? Open the editor for the pipeline, and then select **Settings** to check. If your pipeline is paused or disabled, then triggers do not work.
99
99
@@ -107,7 +107,7 @@ Follow each of these steps to troubleshoot your failing triggers:
107
107
108
108
#### When I attempt to start a new run manually, there is a delay of 4-8 minutes before it starts.
109
109
110
-
* Your Bitbucket server is not reachable from Azure Pipelines. Make sure that you have not selected the option to **attempt accessing this Git server from Azure Pipelines** in the Bitbucket service connection. If that option is selected, Azure Pipelines will attempt to contact to your server and since your server is unreachable, it eventually times out and starts the run anyway. Unchecking that option speeds up your manual runs.
110
+
* Your Bitbucket server isn't reachable from Azure Pipelines. Make sure that you have not selected the option to **attempt accessing this Git server from Azure Pipelines** in the Bitbucket service connection. If that option is selected, Azure Pipelines will attempt to contact to your server and since your server is unreachable, it eventually times out and starts the run anyway. Unchecking that option speeds up your manual runs.
111
111
112
112
#### The checkout step fails with the error that the server can't be resolved.
0 commit comments