get_all_build_artifacts
Retrieve metadata for all artifacts from a Jenkins build by specifying the job fullname and optional build number.
Instructions
List the artifacts of a specific build in Jenkins
Args: fullname: The fullname of the job number: The number of the build, if None, get the last build
Returns: A list of artifact metadata dicts with fileName, relativePath, and displayPath
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullname | Yes | ||
| number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |