Re: Jenkins -> Bat -> Tee.exe (Msys) = massive slowdown

2014-03-10 Thread David Koch
So, on one to help me with this Jerkins issue ? David -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. For mor

Re: Jenkins -> Bat -> Tee.exe (Msys) = massive slowdown

2014-03-06 Thread David Koch
OK, here's your test case. 1- Install Msys and add the '/bin' folder to the PATH environment variable 2- Put this into the 'c:\Users\JohnDoe\Downloads\jenkins_tee.bat' file : @echo off rem For correct string substitution, need delayed variable expansion setlocal enabledelayedexpansion set

Re: Jenkins -> Bat -> Tee.exe (Msys) = massive slowdown

2014-03-06 Thread David Koch
> > Strange that my answer got deleted. I was telling you that it is indeed the same machine. If Jenkins runs the batch, it is slow. If I launch the batch, it is fast. David -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsu

Re: Jenkins -> Bat -> Tee.exe (Msys) = massive slowdown

2014-03-05 Thread Daniel Beck
Have you tried running the commands interactively outside Jenkins (but with an otherwise identical environment, same machine, user, working directory, input files, ...) to make sure it's actually related to Jenkins? What happens when you log to a file outside the job workspace? On 05.03.2014, a

Jenkins -> Bat -> Tee.exe (Msys) = massive slowdown

2014-03-05 Thread David Koch
Hello, I've created a set of batch files saved under our SCM and is retrieved by Jenkins on a regular basis (twice a day). These batch are set on specific locations on the source tree and Jenkins' jobs are configured to run them. These batch perform some tasks (compiling, linking, whatever) b