Skip to content

Commit 75ec357

Browse files
committed
build warnings
1 parent 3b5bacd commit 75ec357

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/pipelines/integrations/slack.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,28 @@ With [Azure Pipelines app for Slack](https://slack.com/apps/AFH4Y66N9-azure-pipe
2222
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,
2323
you'll see a welcome message from the app as below. Use the `/azpipelines` handle to start interacting with the app.
2424

25-
:::image type="content" source="media/integrations-slack/welcome-message.png" alt-text="A screenshot showing the Azure Pipelines app welcome message.":::
25+
:::image type="content" source="media/integrations-slack/welcome-message.png" alt-text="A screenshot showing the Azure Pipelines app welcome message.":::
2626

2727
## Connect to your pipeline
2828

2929
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.
3030

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.":::
3232

3333
To start monitoring all pipelines in a project, use the following slash command inside a channel:
3434

35-
```
36-
/azpipelines subscribe [project url]
37-
```
35+
```
36+
/azpipelines subscribe [project url]
37+
```
3838

3939
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/*
4040

4141

4242
You can also monitor a specific pipeline using the following command:
4343

44-
```
45-
/azpipelines subscribe [pipeline url]
46-
```
44+
```
45+
/azpipelines subscribe [pipeline url]
46+
```
4747

4848
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*
4949

0 commit comments

Comments
 (0)