Just to be pedantic... these are not regular expressions :-)
They are 'glob' patterns, and yes, POSIX-style shells use a very different syntax from Ant (which is what Jenkins uses). ----- Original Message ----- From: [email protected] To: [email protected] At: Mar 27 2013 12:00:31 That was the fix. Using MyFolder/ fixed it. I am going to have to get used to these RegEx. Much different than Bash On Tuesday, March 26, 2013 4:55:49 PM UTC-7, old hooky wrote: > > Quoting David Brossard <[email protected] <javascript:>>: > > > 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] <javascript:>. > > 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. -- 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.
