get_build_artifact_url
Retrieve the direct Jenkins URL for a specific build artifact by providing the job fullname, artifact relative path, and optional build number.
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 |
|---|---|---|---|
| fullname | Yes | ||
| relative_path | Yes | ||
| number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |