jira-importer / jira-github-issues-cifs

0 stars 0 forks source link

[JENKINS-22225] Doesn't copy files with blanks in file name #38

Closed jira-importer closed 6 years ago

jira-importer commented 10 years ago

When there is a blank in the file name, the plugin does not find the file to copy.

I confirm that the following workaround is working well: Replace blank by asterisk wildcard.


Originally reported by mkarg, imported from: Doesn't copy files with blanks in file name
  • assignee: slide_o_mix
  • status: Closed
  • priority: Critical
  • resolution: Not A Defect
  • resolved: 2018-08-03T03:20:08+10:00
  • imported: 2022/01/10
jira-importer commented 6 years ago

slide_o_mix:

I think you changed the pattern separator from [, ] to just [,] (no space) it would work as well. I'll spin up a test to make sure.

jira-importer commented 6 years ago

slide_o_mix:

Yes, I just tested. You can specify the pattern separator as [,] and even files with spaces will be copied.

jira-importer commented 6 years ago

slide_o_mix:

Change the pattern separator to [,] to include files with spaces.