-
Improvement
-
Resolution: Unresolved
-
Major
I run Jenkins on a small master instance that doesn't have a ton of storage, but I need to save large artifacts from the slaves.
I also need to be able to run a build using artifacts from an upstream. When this is immediate, then storage isn't really an issue as the artifact is available still, but for a downstream build that I want to re-execute a week or two later, I no longer have the artifact locally, and if I saved the artifact to S3 using jclouds, I'm unable to retrieve it using jclouds for the downstream build to use.
Please add a build step or pre-build step that allows us to fetch artifacts from S3.
Thanks!