1

I installed jenkins on Windows 7 machine as service.My application should open up GUI which is not coming.When I ran jenkins as war from cmd then application worked as expected with GUI also coming up which didn't happen from Jenkins service. I checked the option "Allow interaction with desktop" but it also was of no use. Please suggest the option to run GUI application from Jenkins service on Windows 7.

1 Answers1

1

As Jenkins is running as a service, your GUI will be launched in a background process by your Jenkins job.

You won't be able to view it even if you choose the "Allow interaction with desktop"...

Bruno Lavit
  • 10,184
  • 2
  • 32
  • 38