Re: Deploy to Windows CIFS share including all subfolder/recursivley

2013-03-28 Thread Bap
"Kevin Fleming (BLOOMBERG/ 731 LEXIN)" wrote: >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: jenkinsci-users@googl

Re: Deploy to Windows CIFS share including all subfolder/recursivley

2013-03-27 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
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: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Mar

Re: Deploy to Windows CIFS share including all subfolder/recursivley

2013-03-27 Thread David Brossard
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 >: > > > Hi all, > > I am experimenting publishing files to w windows share using the "Sen

Re: Deploy to Windows CIFS share including all subfolder/recursivley

2013-03-26 Thread Bap
Quoting David Brossard : 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 lik

Deploy to Windows CIFS share including all subfolder/recursivley

2013-03-26 Thread David Brossard
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/*.* A