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: ----------------------- java -jar C:\Local_path\TC01_param.jar "http://localhost:8080" "localhost" ----------------------- 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 -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/c81de891-b66b-4f50-932a-2561be55ab51%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
