Issue Type: Improvement Improvement
Assignee: Gregory Boissinot
Components: artifactdeployer-plugin
Created: 17/Dec/14 2:05 AM
Description:

It appears there is no easy way to extract information about the deployed artifacts managed by the artifact deployer plugin using the Jenkins REST API. This prevents users from loading / downloading build artifacts from a remote scripting environment.

For example, when using the Jenkins built-in artifact manager you can simply load the REST API data for a particular build and look at the 'artifacts' property defined therein to get a list of deployed artifacts, which in turn are directly accessible using a sub-URL of the form: artifact/{artifact_name}. However, for some reason these properties are empty when using the artifact deployer plugin and there doesn't appear to be any other way to enumerate and download these artifacts.

If I am mistaken and there is some way of (a) retrieving a list of the artifacts deployed by a particular build and (b) to programatically download one or more (or all) of these artifacts via the REST API, please let me know.

Environment: Jenkins 1.532.3
Artifact Deployer Plugin 0.29
Windows 7 x64 OS
Project: Jenkins
Priority: Minor Minor
Reporter: Kevin Phillips
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to