I am attempting to transfer files from my Jenkins workspace to a network location using the Publish over CIFS Plugin.
Ordinaraly, this works great but I have ran into a problem.
When I attempt to copy over files which exist within a folder with spaces in it, the plugin will not pick up the files for transfer and simply reports "CIFS: Transferred 0 file(s)"
An example file and location within the Jenkins workspace would be...
reports/SingleReportDeployment/Operations Reports/install.sql
Generally, I copy multiple files by passing them in through a comma seperated list as a build paramter inserted into into the plugin's "Source files" property but when it comes to spaces in folder names, it simply does not pick up the files.
Thanks in advance.
Jonny