RE: How can Jenkins on Linux server to trigger PowerShell script on a window server?

2014-04-21 Thread Lily Fu
day, April 21, 2014 2:53 PM To: jenkinsci-users Subject: Re: How can Jenkins on Linux server to trigger PowerShell script on a window server? On Mon, Apr 21, 2014 at 1:46 PM, Lily Fu wrote: > > On the slave window’s server, I installed > > > > java version 7 update 55 JRE I thi

Re: How can Jenkins on Linux server to trigger PowerShell script on a window server?

2014-04-21 Thread Les Mikesell
On Mon, Apr 21, 2014 at 1:46 PM, Lily Fu wrote: > > On the slave window’s server, I installed > > > > java version 7 update 55 JRE I think you need to go to control panel/java and either tune down the security level or add your jenkins host as a site to allow. Depending on your windows version i

Re: How can Jenkins on Linux server to trigger PowerShell script on a window server?

2014-04-21 Thread Daniel Beck
On 21.04.2014, at 20:43, Lily Fu wrote: > Your security settings have blocked a self-signed application from running. > > My questions: where should I look into this security setting? > Jenkin's server? Firewall? Slave machine's IE browser setting? Jenken's > webserver? None of the above.

RE: How can Jenkins on Linux server to trigger PowerShell script on a window server?

2014-04-21 Thread Lily Fu
[mailto:jenkinsci-users@googlegroups.com] 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 wrote: > Hi, > > > > I have a

Re: How can Jenkins on Linux server to trigger PowerShell script on a window server?

2014-04-18 Thread Les Mikesell
On Fri, Apr 18, 2014 at 2:57 PM, Lily Fu 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’