The server object $Server provides access to properties related to the server.


NameDescriptionTypeUsage Example
HostnameThe Continua server hostnameString
$Server.Hostname$"SERVERMACHINE"
InstallPathThe Continua server install pathString
$Server.InstallPath$"C:\Program Files\VSoft Technologies\ContinuaCI\"
NowThe current date and time given as local to the serverDateTime$Server.Now$"01/01/2014 5:03:18 PM"
NowUtcThe date and time given as UTCDateTime
$Server.NowUtc$"01/01/2014 7:04:01 AM"
UrlThe web service URLString
$Server.Url$"http:\\SERVERNAME:8080"



  • No labels