TeamCity Module
Native support for TeamCity specific APIs.
The general documentation on how to use CI server integration can be found here. This module does not provide any special APIs please use FAKE APIs and they should integrate into this CI server. If some integration is not working as expected or you have features you would like to use directly please open an issue. For more information on TeamCity interaction from build scripts see here
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
TeamCity.block name description
Parameters:
string
description : string
Returns: IDisposable
|
Open Named Block that will be closed when the block is disposed
Usage:
|
Full Usage:
TeamCity.reportBuildProblem message
Parameters:
string
|
|
Full Usage:
TeamCity.reportBuildStatus status message
Parameters:
string
message : string
|
|
Full Usage:
TeamCity.reportProgress message
Parameters:
string
|
|
Full Usage:
TeamCity.reportProgressFinish message
Parameters:
string
|
|
Full Usage:
TeamCity.reportProgressStart message
Parameters:
string
|
|
Full Usage:
TeamCity.sendTeamCityError error
Parameters:
string
|
|
Full Usage:
TeamCity.setBuildStatistic key value
Parameters:
string
value : string
|
|
Full Usage:
TeamCity.setParameter name value
Parameters:
string
value : string
|
|