[JIRA] (JENKINS-50214) Add ability to unzip files using a wildcard as zip file name

2018-03-16 Thread c.j.hil...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Hilden updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50214  
 
 
  Add ability to unzip files using a wildcard as zip file name   
 

  
 
 
 
 

 
Change By: 
 Christian Hilden  
 

  
 
 
 
 

 
 It would be greate if it would be possible to use some kind of wildcard expession as zip file name in unzip operations e.g. target\some-name-*.zip.Use case:We have to download latest build artifacts from a gitlab instance (which we cannot control) and use them in our builds. Unfortunatly those artifacts include zipped files with version codes and build time included in the filename (e.g.: some_components_0.5.0.201803151319.zip). Using target file name in the download operation does not solve the problem as the versiond zip files are contained in the downloaded zip file. -> We have to unzip the outer file first and the inner file second. Currently using wildcards in zip file names leads to a fatal error.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Goo

[JIRA] (JENKINS-50214) Add ability to unzip files using a wildcard as zip file name

2018-03-16 Thread c.j.hil...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Hilden created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50214  
 
 
  Add ability to unzip files using a wildcard as zip file name   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Suresh Kumar  
 
 
Components: 
 file-operations-plugin  
 
 
Created: 
 2018-03-16 09:45  
 
 
Environment: 
 Plugin version 1.7, regarding unzip operation  Jenkins version 2.89.4 on Windows  
 
 
Labels: 
 zip zipfile  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Christian Hilden  
 

  
 
 
 
 

 
 It would be greate if it would be possible to use some kind of wildcard expession as zip file name in unzip operations e.g. target\some-name-*.zip. Use case: We have to download latest build artifacts from a gitlab instance (which we cannot control) and use them in our builds. Unfortunatly those artifacts include zipped files with version codes and build time included in the filename (e.g.: some_components_0.5.0.201803151319.zip). Currently using wildcards in zip file names leads to a fatal error.