Quoting David Brossard <[email protected]>:

Hi all,
I am experimenting publishing files to w windows share using the "Send
Files to a Windows Share" build step. When I do however it only send the
files at the top level of my source directory, not the subfolder as well.
My source files command line is something like:

      myfolder/*.*

Am I using the wrong syntax?
Thanks

yes.

use
myfolder/
or
myfolder/**
or
myfolder/**/*



--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.



--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to