I'm not sure how to do this in Jenkins, but this seems like something that is more suited to a private binary or Maven repository such as Artifactory. Although Maven repos have a slant toward jar files, there's no additional work to publish zip or tar files. I once experimented with NMaven to store and retrieve .NET dlls in an Artifactory instance with no problems.
Thanks, topher On Sat, Dec 15, 2012 at 8:45 PM, Jeff <[email protected]> wrote: > I'm playing with Jenkins slaves and want to create a custom zip/tar file > with configuration specific to our internal network that can be used for > the automatic installers (such as for Maven or GIT). > > Seems logical to have Jenkins host these files. Is there a way to upload > or manually archive them in a way that would expose them as a url that the > automatic installers could use? > > -- > Jeff Vincent > [email protected] > See my LinkedIn profile at: > http://www.linkedin.com/in/rjeffreyvincent > I ♥ DropBox <http://db.tt/9O6LfBX> !! > >
