Re: Efficiently copying artifacts

2022-05-15 Thread Melo Vi
;>> >>> tar cf ${WORKSPACE}/bigfile.tar.gz --use-compress-program=pigz [files to >>> pack] >>> >>> YMMV >>> >>> --- Matt >>> >>> >>> On Monday, April 27, 2015 at 1:27:43 AM UTC-7, matthew...@diamond.ac.uk

Re: Efficiently copying artifacts

2021-03-04 Thread Tim Black
ou using "Archive Artifacts" in the upstream job, and the "Copy >>> Artifact" plugin in the downstream job? This is the standard method. >>> If so, maybe the upstream job should produce a single zip file , which >>> the downstream job and get and unz

Re: Efficiently copying artifacts

2021-03-01 Thread Tim Black
ob? This is the standard method. >> If so, maybe the upstream job should produce a single zip file , which >> the downstream job and get and unzip. >> Matthew >> >> > -Original Message- >> > From: jenkins...@googlegroups.com [mailto:jenkins..

Re: Efficiently copying artifacts

2015-04-29 Thread Matt Stave
am job and get and unzip. > Matthew > > > -Original Message- > > From: jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] On Behalf Of Simon Richter > > Sent: 25 April 2015 01:03 > > To: jenkins...@googlegroups.com > > Subject: Efficie

RE: Efficiently copying artifacts

2015-04-27 Thread Matthew.Webber
ooglegroups.com > Subject: Re: Efficiently copying artifacts > > Simon Richter (2015-04-25 02:02): > > Hi, > > > > I have a project that outputs a few large files (compiled DLL and static > > library) as well as a few hundred header files as artifacts for use

Re: Efficiently copying artifacts

2015-04-27 Thread Maciej Jaros
Simon Richter (2015-04-25 02:02): Hi, I have a project that outputs a few large files (compiled DLL and static library) as well as a few hundred header files as artifacts for use by the next project in the dependency chain. Copying these in and out of workspaces takes quite a long time, and the

RE: Efficiently copying artifacts

2015-04-27 Thread Matthew.Webber
nal Message- > From: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Simon Richter > Sent: 25 April 2015 01:03 > To: jenkinsci-users@googlegroups.com > Subject: Efficiently copying artifacts > > Hi, > > I have a project that

Efficiently copying artifacts

2015-04-24 Thread Simon Richter
Hi, I have a project that outputs a few large files (compiled DLL and static library) as well as a few hundred header files as artifacts for use by the next project in the dependency chain. Copying these in and out of workspaces takes quite a long time, and the network link is not even near capaci