Reputation: 41
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.
Upvotes: 1
Views: 2338
Reputation: 10382
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"...
Upvotes: 1