Re: Jenkins putting '$' characters in file/folder names, breaking automatic backups

2014-04-10 Thread Richard Bywater
According to http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx, $ is a perfectly valid character for naming files & directories. And since Java uses $ to represent inner classes in .class files then this helps prove that theory. I'm not sure what the "Location is unavi

Re: Jenkins putting '$' characters in file/folder names, breaking automatic backups

2014-04-10 Thread Daniel Beck
On 10.04.2014, at 15:56, Scott Evans wrote: > Anyone know why this may be occurring and what I can do to resolve this? It's a Maven job. AFAICT, they've always (or at least since 2009) worked like this to store artifacts and logs separate for each module, see e.g. https://github.com/jenkinsci

Re: Jenkins putting '$' characters in file/folder names, breaking automatic backups

2014-04-10 Thread Scott Evans
To ???: A few quick thoughts (since I don't have access to your machine and environment): - You said you ran the command-line job on the Jenkins server itself? Is this the same physical box where the build ran that's causing problems? Most people are set up with a Jenkins server and then agent m