It really shouldnt affect the other jobs, however, to be safe you could set up a slave service on the main jenkins box so that it has the main jenkins service and a slave service. Set up that particular job to run on that slave rather than the master.
----- Original Message ----- From: "Mark Mikulec" <[email protected]> To: [email protected] Sent: Thursday, May 1, 2014 7:58:02 AM Subject: Re: Running a jenkins windows batch command non-headless mode This is my main Jenkins box though. How will this affect all my other jobs? On May 1, 2014 8:31 AM, < [email protected] > wrote: Yeah you should be able to install the slave as a service Go into services, right click on the slave service and go to properties Go to the "Log On" tab and check the box that says "Allow service to interact with desktop" From: "Eric Pyle" < [email protected] > To: [email protected] Sent: Thursday, May 1, 2014 7:18:13 AM Subject: Re: Running a jenkins windows batch command non-headless mode People I know who've done this have run the Windows test machine as a JNLP slave. Eric On 5/1/2014 8:14 AM, bluntcoder wrote: <blockquote> Hi there. Hopefully this is an easy answer. I have an automated test I'm trying to run that requires initialization of the graphics driver, and thus I need a window to pop up in Windows. Is there anyway within a Jenkins project to make a command run it in interactive, on the desktop mode instead of it being headless? I have already switched the Jenkins user to use it's own independent system account, windows login and all, but that still hasn't done the trick. Thanks! -- 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] . For more options, visit https://groups.google.com/d/optout . -- 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] . For more options, visit https://groups.google.com/d/optout . -- You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/LplqhAFcLrc/unsubscribe . To unsubscribe from this group and all its topics, send an email to [email protected] . For more options, visit https://groups.google.com/d/optout . </blockquote> -- 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] . For more options, visit https://groups.google.com/d/optout . -- 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]. For more options, visit https://groups.google.com/d/optout.
