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

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

Re: OLE Excel creation fails when run through Jenkins

2014-01-07 Thread David Koch
Service or not, Jenkins is supposed to run "transparently" without affecting test results. So if a workaround was found, why not installing it through the EXE installer to stop bothering with the issue ? Perhaps it is a documented feature, yet when you find that your OLE object allocation fail

Re: OLE Excel creation fails when run through Jenkins

2014-01-07 Thread David Koch
Thanks slide, that seems to have done the trick : On both server and slave : 1. Created the 'desktop' folder under ' C:\Windows\SysWow64\config\systemprofile' 2- Created a 'JENKINS_HOME' environment variable with ' C:\Windows\SysWow64\config\systemprofile\desktop' Then restarted Jenkins' serv

OLE Excel creation fails when run through Jenkins

2014-01-07 Thread David Koch
Hello, I'd like to open an account to register a bug in Jenkins. Jenkins version 1.544 tl;dr : OK : Real machine -> DOS Batch -> Perl -> OLE Excel NOK : Real machine -> Jenkins slave node -> DOS Batch -> Perl -> OLE Excel Note : The Jenkins server is located on a virtual machi