get_build_artifact
Download build artifacts from Jenkins using a job name and relative path; optionally specify a build number to retrieve a specific build or default to the latest.
Instructions
Download an artifact from a specific build in Jenkins
Binary files are returned as base64-encoded content; text files are returned as plain text.
Args: fullname: The fullname of the job relative_path: The relative path of the artifact (e.g. playwright-report/index.html) number: The number of the build, if None, get the last build
Returns: A dict with 'content' (str) and 'encoding' ('utf-8' or 'base64')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | No | ||
| fullname | Yes | ||
| relative_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||