get_build_artifact_url
Retrieve the direct Jenkins URL for an artifact in a specific build by providing the job name and artifact path. Optionally specify a build number to target a particular build; otherwise, the latest build is used.
Instructions
Get the direct URL of an artifact from a specific build in Jenkins
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: The direct Jenkins URL of the artifact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | No | ||
| fullname | Yes | ||
| relative_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |