We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a285c1 commit 41efd79Copy full SHA for 41efd79
1 file changed
AzureDevOpsPowerShell/Public/Api/Pipelines/Runs/Get-PipelineRun.ps1
@@ -9,9 +9,11 @@ function Get-PipelineRun {
9
Azure DevOps and returns the run details.
10
.EXAMPLE
11
Get-PipelineRun -CollectionUri "https://dev.azure.com/YourOrg" -ProjectName "YourProject" -PipelineId 123
12
+
13
Retrieves all runs for the specified pipeline in the given project.
14
15
Get-PipelineRun -CollectionUri "https://dev.azure.com/YourOrg" -ProjectName "YourProject" -PipelineId 123 -RunId 456
16
17
Retrieves the details of the specified run (with ID 456) for the given pipeline.
18
.OUTPUTS
19
Returns an array of pipeline run objects. If specific run IDs are provided, only the matching runs are returned.
0 commit comments