get_configure_output
Retrieve the CMake configure command and output for a CDash build to inspect configuration errors or warnings. Optionally slice output using offset and limit.
Instructions
View CMake configure command and output for a build.
Args:
build_id: The CDash build ID.
output_offset: Character offset into the configure output (default 0).
output_limit: Maximum characters of output to return (default 34816 = 34 KB).
Set to 0 for no limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| build_id | Yes | ||
| output_limit | No | ||
| output_offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |