< Back
Get-AzDoBuilds
Post
NAME Get-AzDoBuilds
SYNOPSIS
Retrieve the build for the specified build defintion
SYNTAX
Get-AzDoBuilds [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] [-BuildDefinitionName <String>]
[-Count <Int32>] [<CommonParameters>]
Get-AzDoBuilds [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] [-BuildDefinitionId <Int32>] [-Count
<Int32>] [<CommonParameters>]
DESCRIPTION
The command will retrieve a full build details for the specified definition (if it exists)
PARAMETERS
-AzDoConnection <AzDoConnectObject>
Common Parameters
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
Allows for specifying a specific version of the api to use (default is 5.0)
Required? false
Position? named
Default value $global:AzDoApiVersion
Accept pipeline input? false
Accept wildcard characters? false
-BuildDefinitionName <String>
The name of the build definition to retrieve (use on this OR the id parameter)
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-BuildDefinitionId <Int32>
The id of the build definition to retrieve (use on this OR the name parameter)
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Count <Int32>
Required? false
Position? named
Default value 1
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
Get-AzDoBuilds -BuildDefinitionName <build defintiion name>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps
SYNOPSIS
Retrieve the build for the specified build defintion
SYNTAX
Get-AzDoBuilds [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] [-BuildDefinitionName <String>]
[-Count <Int32>] [<CommonParameters>]
Get-AzDoBuilds [-AzDoConnection <AzDoConnectObject>] [-ApiVersion <String>] [-BuildDefinitionId <Int32>] [-Count
<Int32>] [<CommonParameters>]
DESCRIPTION
The command will retrieve a full build details for the specified definition (if it exists)
PARAMETERS
-AzDoConnection <AzDoConnectObject>
Common Parameters
Required? false
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
Allows for specifying a specific version of the api to use (default is 5.0)
Required? false
Position? named
Default value $global:AzDoApiVersion
Accept pipeline input? false
Accept wildcard characters? false
-BuildDefinitionName <String>
The name of the build definition to retrieve (use on this OR the id parameter)
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-BuildDefinitionId <Int32>
The id of the build definition to retrieve (use on this OR the name parameter)
Required? false
Position? named
Default value 0
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Count <Int32>
Required? false
Position? named
Default value 1
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
Get-AzDoBuilds -BuildDefinitionName <build defintiion name>
RELATED LINKS
https://github.com/ravensorb/Posh-AzureDevOps