Hi We have a regression test that runs happily under Jenkins on a Windows XP slave but fails on a Windows 7 slave. I believe that Jenkins runs as a Windows Service in both cases.
Part of the test is to run our application and redirect the output to a file: myProg > out.txt This runs as a Windows batch command step. On the Win XP slave out.txt contains the expected output. On a Windows 7 slave out.txt is empty. If I delete the redirection so that I just have: myProg the Win XP slave's console output correctly shows the expected output but nothing appears for the Win 7 slave. If I run the program manually on the Win 7 slave from a DOS command prompt I see the expected output. Please can anyone suggest what is going on? Best regards David -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
