Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
GoCD
0.1.5
Functions/Private/Test-GocdServer.ps1
function
Test-GocdServer
{
[
CmdletBinding
(
)
]
param
(
)
$script:GocdServer
-and
$script:GocdUser
-and
$script:GocdToken
}