This is what we do.

We have a script that launches the slave which fetches the slave.jar from 
the master and uses that.

example:

#!/bin/bash


rm slave.jar

wget $JENKINS_MASTER_URL/jnlpJars/slave.jar

source ~/.bash_profile

java -jar slave.jar

Alex

On Monday, February 3, 2014 12:46:35 PM UTC, Mark Waite wrote:
>
> Another work around is to start the slave using a local copy of slave.jar, 
> rather than using JNLP.  A local copy of slave.jar works on JDK7u51 as well 
> and does not require any changes to the Java permission settings.
>
> Mark Waite
>
>
> On Mon, Feb 3, 2014 at 12:12 AM, Srinivas Kona 
> <[email protected]<javascript:>
> > wrote:
>
>> One workaround would be to decrease the security level of 
>> java.....start-->configure java--->security tab--->decrease the security 
>> level to the least.
>>
>>
>> On Thursday, January 16, 2014 2:18:06 AM UTC+5:30, Jeremy Morton wrote:
>>>
>>> Thanks, that got me back to having to check a box each time I start the 
>>> program. There doesn't seem to be a way to tell it to just run it when it 
>>> is launched.
>>>
>>> On Wednesday, January 15, 2014 3:42:59 PM UTC-5, KT wrote:
>>>>
>>>> Try going to Java in Control Panel > Programs.
>>>>
>>>> Then go to the Security Tab, and click on edit site list.  Add your 
>>>> jenkins base address there 
>>>>
>>>> ------------------------------
>>>> *From: *"Jeremy Morton" <[email protected]>
>>>> *To: *[email protected]
>>>> *Sent: *Wednesday, January 15, 2014 2:22:08 PM
>>>> *Subject: *Re: Re: Java Version 7, Update 45 warning every time I try 
>>>> starting the slave
>>>>
>>>> Even worse, even if you don't update Java, it refuses to run 
>>>> self-signed jnlp files because you aren't running the latest version [and 
>>>> the latest version blocks them, too].
>>>>
>>>>
>>>>
>>>> On Wednesday, January 15, 2014 3:10:15 PM UTC-5, Jeremy Morton wrote:
>>>>
>>>>> FYI, as of Update 51, it now blocks with no option to allow execution.
>>>>>
>>>>>  -- 
>>>> 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/groups/opt_out.
>>>>
>>>  -- 
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Thanks!
> Mark Waite
>  

-- 
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/groups/opt_out.

Reply via email to