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/process/runs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,14 +227,14 @@ az pipelines runs tag delete --run-id 123 --tag YAML
227
227
```
228
228
## Manage runs with the Azure DevOps MCP Server
229
229
230
-
You can manage pipeline runs in Copilot with the Azure DevOps MCP server. To get started, see [Enable AI assistance with Azure DevOps MCP Server](../../mcp-server/mcp-server-overview.md)
230
+
You can manage pipeline runs in Copilot with the Azure DevOps MCP server. To get started, see [Enable AI assistance with Azure DevOps MCP Server](../../mcp-server/mcp-server-overview.md).
231
231
232
232
### List pipeline runs
233
233
234
234
List the pipeline runs for a particular pipeline.
235
235
236
236
```copilot-prompt
237
-
Show the three most recent runs for the fabrikamfiber pipeline.
237
+
Show the three most recent runs for the Tailspin pipeline.
238
238
```
239
239
240
240
This prompt lists the last three pipeline runs with a link to view each run.
0 commit comments