browse_build_logs
Access and review build log files from Zuul CI to debug failures by listing directories or retrieving specific log content.
Instructions
Browse or fetch files from a build's log directory.
Without path: lists the top-level log directory. With path ending in '/': lists that subdirectory. With path to a file: fetches and returns the file content (max 512KB).
Args: uuid: Build UUID tenant: Tenant name (uses default if empty) path: Relative path within the log dir (e.g. "logs/controller/", "zuul-info/inventory.yaml", "logs/hypervisor/ci-framework-data/artifacts/")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| tenant | No | ||
| path | No |