download_build_artifacts
Download build artifacts from TeamCity CI/CD server for specified build ID and artifact paths, with configurable encoding and streaming options.
Instructions
Download multiple artifacts with optional streaming output
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildId | Yes | Build ID | |
| artifactPaths | Yes | Artifact paths or names to download | |
| encoding | No | Response encoding: 'base64' (default), 'text', or 'stream' | base64 |
| maxSize | No | Maximum artifact size (bytes) allowed before aborting | |
| outputDir | No | Optional absolute directory to write streamed artifacts; defaults to temp files when streaming |