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/integrations/slack.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -22,28 +22,28 @@ With [Azure Pipelines app for Slack](https://slack.com/apps/AFH4Y66N9-azure-pipe
22
22
Navigate to [Azure Pipelines Slack app](https://azchatopprodcus1.azchatops.visualstudio.com/_slack/installslackapp) to install the Azure Pipelines app to your Slack workspace. Once added,
23
23
you'll see a welcome message from the app as below. Use the `/azpipelines` handle to start interacting with the app.
Once the app has been installed in your Slack workspace, you can connect the app to any pipeline you want to monitor. You'll be asked to authenticate to Azure Pipelines before running any commands.
30
30
31
-
:::image type="content" source="media/integrations-slack/sign-in.png" alt-text="A screenshot showing the sign-in prompt message.":::
31
+
:::image type="content" source="media/integrations-slack/sign-in.png" alt-text="A screenshot showing the sign-in prompt message.":::
32
32
33
33
To start monitoring all pipelines in a project, use the following slash command inside a channel:
34
34
35
-
```
36
-
/azpipelines subscribe [project url]
37
-
```
35
+
```
36
+
/azpipelines subscribe [project url]
37
+
```
38
38
39
39
The project URL can link to any page within your project (except URLs to pipelines). For example: */azpipelines subscribe https://dev.azure.com/myorg/myproject/*
40
40
41
41
42
42
You can also monitor a specific pipeline using the following command:
43
43
44
-
```
45
-
/azpipelines subscribe [pipeline url]
46
-
```
44
+
```
45
+
/azpipelines subscribe [pipeline url]
46
+
```
47
47
48
48
The pipeline URL can link to any page within your pipeline that has a `definitionId` or a `buildId/releaseId` in the URL. For example: */azpipelines subscribe https://dev.azure.com/myorg/myproject/_build?definitionId=123*, or: */azpipelines subscribe https://dev.azure.com/myorg/myproject/_release?definitionId=123&view=mine&_a=releases*
0 commit comments