get_build_results
Retrieve detailed build results including tests, artifacts, changes, and statistics from TeamCity CI/CD server to analyze build outcomes and troubleshoot issues.
Instructions
Get detailed results of a build including tests, artifacts, changes, and statistics
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildId | No | Build ID | |
| buildTypeId | No | Build configuration ID when resolving by number | |
| buildNumber | No | Build number when buildId is not available | |
| includeArtifacts | No | Include artifacts listing and metadata | |
| includeStatistics | No | Include build statistics | |
| includeChanges | No | Include VCS changes | |
| includeDependencies | No | Include dependency builds | |
| artifactFilter | No | Filter artifacts by name/path pattern | |
| maxArtifactSize | No | Max artifact content size (bytes) when inlining | |
| artifactEncoding | No | Encoding mode for artifacts when includeArtifacts is true | base64 |