get_all_build_artifacts
Retrieve a list of artifacts from a Jenkins build by specifying the job full name and optional build number. Returns file names, relative paths, and display paths for each artifact.
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 |
|---|---|---|---|
| number | No | ||
| fullname | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |