I am not sure if Windows supports symlinks. But the current requirement is to support at least Linux and may be Windows.
On Tuesday, 13 January 2015 19:13:06 UTC+1, Jason Pyeron wrote: > > > -----Original Message----- > > From: Jenkinsnewbie > > Sent: Tuesday, January 13, 2015 13:10 > > > > Will "cpio -dum" work in Windows? > > With cygwin, how were you handling links before on windows? > > > > > On Tuesday, 13 January 2015 18:35:39 UTC+1, John Mellor wrote: > > > > "tar" functionality does not nicely handle links, and > > never has. How about using "cpio -pdum" or "pax" to copy the > > directory? > > > > > > > > From: [email protected] <javascript:> > > [mailto:[email protected] <javascript:> ] On Behalf > > Of Jenkinsnewbie > > Sent: January-13-15 11:33 > > To: [email protected] <javascript:> > > Subject: Efficient way to copy artifacts(with symlinks) > > across workspace > > > > > > > > I have a very specific issue. Problem is: I need to > > copy artifacts from one directory in workspace to another. > > some of the artifacts contain symlinks. I use the solution > > as provided in: > > https://github.com/jenkinsci/jenkins/commit/e15b2e19e394f5d631 > > 83f01a2e72a14115a0c370 > > <https://github.com/jenkinsci/jenkins/commit/e15b2e19e394f5d63 > > 183f01a2e72a14115a0c370> i.e. taring the source and untaring > > at destination. But it sometimes fail at the slaves. > > > > > > > > Does anyone have a better solution? > > > > > > > > Thanks! > > > > -- > > You received this message because you are subscribed to > > the Google Groups "Jenkins Users" group. > > To unsubscribe from this group and stop receiving > > emails from it, send an email to > > [email protected] <javascript:> . > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/jenkinsci-users/48986b25-2c9 > b-48dd-a588-d1c9a66ff6bd%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/48986b25-2c9b-48dd-a588-d1c9a66ff6bd%40googlegroups.com> > > > <https://groups.google.com/d/msgid/jenkinsci-users/48986b25-2c > 9b-48dd-a588-d1c9a66ff6bd%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/48986b25-2c9b-48dd-a588-d1c9a66ff6bd%40googlegroups.com>?> > > utm_medium=email&utm_source=footer> . > > For more options, visit > > https://groups.google.com/d/optout > > <https://groups.google.com/d/optout> . > > > > -- > > You received this message because you are subscribed to the > > Google Groups "Jenkins Users" group. > > To unsubscribe from this group and stop receiving emails from > > it, send an email to [email protected] <javascript:>. > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/jenkinsci-users/fe1351f6-fef > 0-403d-9359-891f209fa67e%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/fe1351f6-fef0-403d-9359-891f209fa67e%40googlegroups.com> > > > <https://groups.google.com/d/msgid/jenkinsci-users/fe1351f6-fe > f0-403d-9359-891f209fa67e%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/fe1351f6-fef0-403d-9359-891f209fa67e%40googlegroups.com>?> > > utm_medium=email&utm_source=footer> . > > For more options, visit https://groups.google.com/d/optout. > > > > > -- > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > - - > - Jason Pyeron PD Inc. http://www.pdinc.us - > - Principal Consultant 10 West 24th Street #100 - > - +1 (443) 269-1555 x333 Baltimore, Maryland 21218 - > - - > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > This message is copyright PD Inc, subject to license 20080407P00. > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ec216690-c2a0-4c09-815a-9386ea83c2bc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
