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

2014-04-21 Thread Lily Fu
Thanks Daniel and Les,

For now, I configured in Java Control Panel to add jenkin's webserver url
as allowed site and it's working now.

Lily


-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell
Sent: Monday, 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 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 it may also work to configure jenkins to control the slave.

--
  Les Mikesell
lesmikes...@gmail.com

--
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 jenkinsci-users+unsubscr...@googlegroups.com.
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 it may also work to configure jenkins to
control the slave.

-- 
  Les Mikesell
lesmikes...@gmail.com

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.

https://www.java.com/en/download/help/java_blocked.xml

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2014-04-21 Thread Lily Fu
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: jenkinsci-users@googlegroups.com 
[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 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
 lesmikes...@gmail.com

--
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 jenkinsci-users+unsubscr...@googlegroups.com.
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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’ 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
 lesmikes...@gmail.com

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.