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.
Lily
Hi Les and all,
I am following the instruction
https://wiki.jenkins-ci.org/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines
to setup a slave node on a window’s server, after I clicked Launch from the slave’s
browser (Jenkins url), I got:
Application Blocked by Security Settings:
Name: hudson.remoting.Launcher
Location: http://xxx.xxx.xx:8080 (master jenkin’s server)
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?
Thanks a lot!
Lily

-----Original Message-----
From: jenkins...@googlegroups.com [mailto:jenkins...@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 <Lil...@nesassociates.com> wrote:
--
On the slave window’s server, I installed
java version 7 update 55 JRE
Lily