无法从Windows 7上的Jenkins服务打开GUI
我在Windows 7机器上安装了jenkins作为服务.我的应用程序应该打开不会出现的GUI.当我从cmd进行战争运行jenkins时,应用程序按预期工作了,GUI也出现了,这不是Jenkins服务发生的. 我选中了允许与桌面交互"选项,但这也没有用. 请建议在Windows 7上通过Jenkins服务运行GUI应用程序的选项.
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.
随着Jenkins作为服务运行,您的GUI将由您的Jenkins作业在后台进程中启动.
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"...