get_build_config
Retrieve build configuration details from TeamCity using the build type ID to access settings and parameters.
Instructions
Get details of a build configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildTypeId | Yes | Build type ID |
Input Schema (JSON Schema)
{
"properties": {
"buildTypeId": {
"description": "Build type ID",
"type": "string"
}
},
"required": [
"buildTypeId"
],
"type": "object"
}