< Back

Set-BitBucketServer

Sun Jan 19, 2020 5:53 pm

NAME Set-BitBucketServer



SYNOPSIS

Sets the target BitBucket Server





SYNTAX

Set-BitBucketServer [-Url] <String> [<CommonParameters>]





DESCRIPTION

All further cmdlets from Ps.BitBucket will be executed against the server-enpoint specified by this cmdlet.





PARAMETERS

-Url <String>

Mandatory - Fully qualified HTTP endpoint for the target BitBucket Server.



Required? true

Position? 1

Default value

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 --------------------------



PS C:\\>Set-BitBucketServer -Url "http://localhost:7990"















RELATED LINKS