Issue Type: Bug Bug
Affects Versions: current
Assignee: Kohsuke Kawaguchi
Components: slave-setup
Created: 19/Nov/13 12:16 PM
Description:

When copying files to the slaves the slave-setup-plugin misses directories that do not contain ordinary files.

The reason seems to be that the plugin uses the copyRecursiveTo method of the FilePath class to copy the files (Line 92 in SetupDeployer). The implementation of this method only acts upon files and then creates parent directories (Line 1895-1900 of FilePath). This results in creating only directories that contain directly or indirectly files.

Environment: Slave-Setup-Plugin 1.6; Jenkins 1.537; Linux; JBoss 7.1
Project: Jenkins
Priority: Major Major
Reporter: Christian Frommeyer
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
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/groups/opt_out.

Reply via email to