[JIRA] (JENKINS-5597) symlinks in archive trees lead to double archiving

2020-04-06 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 The change was released in Jenkins 2.230. Thanks to Daniel Beck Wadeck Follonier Jeff Thompson for reviews!  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-5597  
 
 
  symlinks in archive trees lead to double archiving   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 Open Resolved  
 
 
Assignee: 
 Andrew Bayer  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Jenkins 2.230  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
   

[JIRA] (JENKINS-5597) symlinks in archive trees lead to double archiving

2019-10-11 Thread abhishek.sha...@amd.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Abhishek Sharma commented on  JENKINS-5597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: symlinks in archive trees lead to double archiving   
 

  
 
 
 
 

 
 Hi, Can someone please merge the changes to mains. We're very badly hurt by this issue, and currently building Jenkins manually for this change. There is a pending merge request  https://github.com/jenkinsci/jenkins/pull/3947 that makes follow symlinks configurable.   Thanks, Abhishek  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.135686.1265799663000.6109.1570816320775%40Atlassian.JIRA.


[JIRA] (JENKINS-5597) symlinks in archive trees lead to double archiving

2019-04-10 Thread deshpande.aak...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aakash Sudhanwa commented on  JENKINS-5597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: symlinks in archive trees lead to double archiving   
 

  
 
 
 
 

 
 Will this address a similar issue with stash/unstash as well ? We are using git to checkout sources - which have symbolic links. Then when the sources are stashed and unstashed the symbolic links are lost. They appear as separate directories. This is leading up to a series of issues including bloating up of the sanbox size.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-5597) symlinks in archive trees lead to double archiving

2019-03-24 Thread m_win...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Markus Winter commented on  JENKINS-5597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: symlinks in archive trees lead to double archiving   
 

  
 
 
 
 

 
 opened a pull request https://github.com/jenkinsci/jenkins/pull/3947 that make follow symlinks configurable  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-5597) symlinks in archive trees lead to double archiving

2019-03-20 Thread m_win...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Markus Winter commented on  JENKINS-5597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: symlinks in archive trees lead to double archiving   
 

  
 
 
 
 

 
 Ran into an issue where a build made out of 1000 directory entries over 11 million for the ant DirectoryScanner because of symlinks to directories that again contains symlinks in a subfolder despite having an exclude pattern on the problematic folders.  archive pattern: gen/**/*log exclude pattern: gen/out/modules/*/ The symlinks were all below gen/out/modules but DirectoryScanner still tried to read everything in before applying the exclude. Agent process was started with -Xmx8g and ran oom.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-5597) symlinks in archive trees lead to double archiving

2019-01-13 Thread brian.murr...@intel.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian J Murrell commented on  JENKINS-5597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: symlinks in archive trees lead to double archiving   
 

  
 
 
 
 

 
 To be certain, this is a BUG not an Improvement.  Archiving means to store a copy as is, not to interpret and alter the archive such that it does not reflect what is being archived. Why does this bug still exist 8.5 years later?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-5597) symlinks in archive trees lead to double archiving

2018-08-05 Thread e...@blackbagtech.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 E H updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-5597  
 
 
  symlinks in archive trees lead to double archiving   
 

  
 
 
 
 

 
Change By: 
 E H  
 
 
Attachment: 
 JENKINS-5597-example.groovy  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-5597) symlinks in archive trees lead to double archiving

2018-08-05 Thread e...@blackbagtech.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 E H commented on  JENKINS-5597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: symlinks in archive trees lead to double archiving   
 

  
 
 
 
 

 
 Drawing on https://github.com/jenkinsci/pipeline-examples/blob/master/pipeline-examples/unstash-different-dir/unstashDifferentDir.groovy, the attached "JENKINS-5597-example.groovy" pipeline script will demonstrate the problem of symlinks to directories becoming directories.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-5597) symlinks in archive trees lead to double archiving

2018-08-05 Thread e...@blackbagtech.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 E H edited a comment on  JENKINS-5597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: symlinks in archive trees lead to double archiving   
 

  
 
 
 
 

 
 Drawing on [https://github.com/jenkinsci/pipeline-examples/blob/master/pipeline-examples/unstash-different-dir/unstashDifferentDir.groovy,] the attached "JENKINS-5597-example.groovy" pipeline script will demonstrate the problem of symlinks to directories becoming directories. If the stash-related issue should be a different Jira issue please let me know and I'll create one.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-5597) symlinks in archive trees lead to double archiving

2018-08-05 Thread e...@blackbagtech.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 E H commented on  JENKINS-5597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: symlinks in archive trees lead to double archiving   
 

  
 
 
 
 

 
 As well as being a a size issue, this breaks macOS Frameworks for code signing with a "bundle format is ambiguous (could be app or framework)" message.  I found this with stash/unstash, presumably the cause is the same.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-5597) symlinks in archive trees lead to double archiving

2016-11-21 Thread halvor.l...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Halvor Lund commented on  JENKINS-5597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: symlinks in archive trees lead to double archiving   
 

  
 
 
 
 

 
 I can confirm that this still is an issue. It seems that symlinks to files are archived correctly, whereas symlinks to directories are not, and the whole directory is copied instead. Any plans for fixing this bug?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.