Thanks Les, I am a junior on Jenkins. Have been hearing people talking about slave, but I was at at that level yet.
Thank you for pointing me the direction. I will take a look of the slave configuration. Thanks! Lily -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Les Mikesell Sent: Friday, April 18, 2014 8:45 PM To: jenkinsci-users Subject: Re: How can Jenkins on Linux server to trigger PowerShell script on a window server? On Fri, Apr 18, 2014 at 2:57 PM, Lily Fu <[email protected]> wrote: > Hi, > > > > I have a Jenkins server running on Redhat Linux server. > > Wants to trigger a PowerShell script on a remote window’s server. > > > > Can this be done? > > > > Did some research, > > 1. Install PowerShellWebAccess on the windows’ server, a client (such > as web brower) can have a PowerShell console > > But, I don’t see how Jenkins to talk to this browser > > 2. Have SSH session from Linux to window’s server > > > > Has anyone done this before? > > > > Thanks a lot. > Can't you just add the windows host as a jenkins slave and use a job restricted to that slave that runs whatever command you need? -- Les Mikesell [email protected] -- 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.
