I am running jenkins on Windows 7 as a service.
I would like to start a very simple job that will launch my firefox. (eg)
I configured the free style project and set the option "Run batch Windows command".
Here I tried to insert a couple of teams that all failed.
Commands such as echo hello or another command that works as expected.
But a command like "explorer" should open the specified directory, or "c: \ firefox.lnk" (should open firefox) do not work. It seems that jenkins is working, but after the job failed with an error.
How can I run these actions?
Thanks.
source share