Hi then,
I have an issue with my jenkins configuration, it's all set up as this:
Linux master machine compile, build and deploy all my source code in a tomcat countainer, works fine!
Windows 7 machine that i'm sending this:
-----------------------
cmd.exe
cd C:\Local_path\ Run_param.bat
-----------------------
and the "Run_param.bat" contains:
-----------------------
After that, i can see in the output console:
-----------------------
Started InternetExplorerDriver server (32-bit)
2.48.0.0
Listening on port 3722
-----------------------
so it means that the jar file is found and it's also able to open the driver and starts the test but the windows machine is locked because all the tests are run at midnight.
¿How can i send the right configuration towards my windows 7 machine ?
Of course , the same command "java -jar C:\Local_path\TC01_param.jar" locally works fine
thanks in advance of any help