"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
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
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
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
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