Fetches the URLS of the artifacts from a job in Jenkins.
Parameters:
Name | Type | Description |
---|---|---|
auth |
JenkinsAuth | The authentication object to pass |
jobName |
string | Name of the Jenkins Job |
buildNumber |
number | Build number to fetch artifacts |
callback |
module:api/fetchArtifact.fetchArtifactCallback | Callback to call |
- Source:
Type Definitions
fetchArtifactCallback(error, data)
Parameters:
Name | Type | Description |
---|---|---|
error |
* | Error, or null if no error |
data |
Array.<string> | an array containing the URLs of the artifacts |
- Source: