Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-16 Thread Stephen Connolly
Well ideally I'd like to move this out of core and into its own plugin, in
which case you wouldn't see it unless you installed that plugin, so on that
basis I would argue that people just need to get used to it... But maybe
I'm being a demagogue on this ;-)

On Monday 15 August 2016, Daniel Beck  wrote:

> Changing DescriptorVisibilityFilter would likely have unintended side
> effects. Should probably not use Descriptor visibility, but just have a
> warning in the JNLP specific config if the agent port is disabled. I'm
> thinking of something similar to Maven build step's (or possibly Maven
> Project's) warning when no Maven versions are set up.
>
> > On 15.08.2016, at 10:39, Stephen Connolly <
> stephen.alan.conno...@gmail.com > wrote:
> >
> > Yep, that would require changes to how descriptor visibility filters
> work though... so likely not going to change for the next couple of weeks
> (unless somebody else picks it up that is)
> >
> > On 15 August 2016 at 02:02, Ryan Campbell  > wrote:
> > I agree. This is impossible to discover for new or even experienced
> users.
> >
> >
> > On Sun, Aug 14, 2016, 7:25 PM Richard Bywater  > wrote:
> > Perhaps it would be an idea to show the item but as disabled and state
> what actions are required to get it enabled?
> >
> > Richard.
> >
> > On Mon, 15 Aug 2016 at 12:15 Stephen Connolly <
> stephen.alan.conno...@gmail.com > wrote:
> > So the logic here is to reflect that the TCP agent port has been
> disabled and thus the launcher is not available to you.
> >
> > On 4 August 2016 at 11:47, Kumar Dp  > wrote:
> > I'm trying to configure a salve using "Launch slave agents via Java Web
> Start", but I see that option is not listed in the launch method. I'm using
> Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64
> > Please help me to solve the issue
> >
> > --
> > 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 .
> > To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/21bef93a-67f6-4eb4-887b-ea1bc7d5f6cd%40googlegroups.
> 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 .
> > To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/CA%2BnPnMzbwTVUYGXuuZ1vx52rcj_
> G26LjWJkt24KVE%3DC1bJ2t0Q%40mail.gmail.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 .
> > To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/CAMui945xtpCZ-SjuuuUrGvmOcHjxDmZVGaBGws9vXkc
> E9D0Z2Q%40mail.gmail.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 .
> > To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/CANHK%3DJ27pAVHDAXaNAbcF-zJmhfg%
> 3DkvjVptqOF%2BoUoVcGms2jQ%40mail.gmail.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 .
> > To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/CA%2BnPnMwU2m5uxjeV8Fet43RGvyTd_
> 2MBpU7_fSfROQa0yD3svw%40mail.gmail.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 .
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/3EF68766-374F-46A2-A0BD-E1BA419C5007%40beckweb.net.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Sent from my phone

-- 
You 

Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-15 Thread Daniel Beck
Changing DescriptorVisibilityFilter would likely have unintended side effects. 
Should probably not use Descriptor visibility, but just have a warning in the 
JNLP specific config if the agent port is disabled. I'm thinking of something 
similar to Maven build step's (or possibly Maven Project's) warning when no 
Maven versions are set up.

> On 15.08.2016, at 10:39, Stephen Connolly  
> wrote:
> 
> Yep, that would require changes to how descriptor visibility filters work 
> though... so likely not going to change for the next couple of weeks (unless 
> somebody else picks it up that is)
> 
> On 15 August 2016 at 02:02, Ryan Campbell  wrote:
> I agree. This is impossible to discover for new or even experienced users.
> 
> 
> On Sun, Aug 14, 2016, 7:25 PM Richard Bywater  wrote:
> Perhaps it would be an idea to show the item but as disabled and state what 
> actions are required to get it enabled?
> 
> Richard.
> 
> On Mon, 15 Aug 2016 at 12:15 Stephen Connolly 
>  wrote:
> So the logic here is to reflect that the TCP agent port has been disabled and 
> thus the launcher is not available to you.
> 
> On 4 August 2016 at 11:47, Kumar Dp  wrote:
> I'm trying to configure a salve using "Launch slave agents via Java Web 
> Start", but I see that option is not listed in the launch method. I'm using 
> Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64 
> Please help me to solve the issue
> 
> -- 
> 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.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/21bef93a-67f6-4eb4-887b-ea1bc7d5f6cd%40googlegroups.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.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMzbwTVUYGXuuZ1vx52rcj_G26LjWJkt24KVE%3DC1bJ2t0Q%40mail.gmail.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.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/CAMui945xtpCZ-SjuuuUrGvmOcHjxDmZVGaBGws9vXkcE9D0Z2Q%40mail.gmail.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.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/CANHK%3DJ27pAVHDAXaNAbcF-zJmhfg%3DkvjVptqOF%2BoUoVcGms2jQ%40mail.gmail.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.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMwU2m5uxjeV8Fet43RGvyTd_2MBpU7_fSfROQa0yD3svw%40mail.gmail.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3EF68766-374F-46A2-A0BD-E1BA419C5007%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-15 Thread Stephen Connolly
Yep, that would require changes to how descriptor visibility filters work
though... so likely not going to change for the next couple of weeks
(unless somebody else picks it up that is)

On 15 August 2016 at 02:02, Ryan Campbell  wrote:

> I agree. This is impossible to discover for new or even experienced users.
>
> On Sun, Aug 14, 2016, 7:25 PM Richard Bywater  wrote:
>
>> Perhaps it would be an idea to show the item but as disabled and state
>> what actions are required to get it enabled?
>>
>> Richard.
>>
>> On Mon, 15 Aug 2016 at 12:15 Stephen Connolly <
>> stephen.alan.conno...@gmail.com> wrote:
>>
>>> So the logic here is to reflect that the TCP agent port has been
>>> disabled and thus the launcher is not available to you.
>>>
>>> On 4 August 2016 at 11:47, Kumar Dp  wrote:
>>>
 I'm trying to configure a salve using "Launch slave agents via Java Web
 Start", but I see that option is not listed in the launch method. I'm using
 Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64
 Please help me to solve the issue

 --
 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.
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/jenkinsci-users/21bef93a-67f6-4eb4-887b-
 ea1bc7d5f6cd%40googlegroups.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.
>>> To view this discussion on the web visit https://groups.google.com/d/
>>> msgid/jenkinsci-users/CA%2BnPnMzbwTVUYGXuuZ1vx52rcj_
>>> G26LjWJkt24KVE%3DC1bJ2t0Q%40mail.gmail.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.
>> To view this discussion on the web visit https://groups.google.com/d/
>> msgid/jenkinsci-users/CAMui945xtpCZ-SjuuuUrGvmOcHjxDmZVGaBGws9vXkc
>> E9D0Z2Q%40mail.gmail.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.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/CANHK%3DJ27pAVHDAXaNAbcF-zJmhfg%
> 3DkvjVptqOF%2BoUoVcGms2jQ%40mail.gmail.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMwU2m5uxjeV8Fet43RGvyTd_2MBpU7_fSfROQa0yD3svw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-14 Thread Ryan Campbell
I agree. This is impossible to discover for new or even experienced users.

On Sun, Aug 14, 2016, 7:25 PM Richard Bywater  wrote:

> Perhaps it would be an idea to show the item but as disabled and state
> what actions are required to get it enabled?
>
> Richard.
>
> On Mon, 15 Aug 2016 at 12:15 Stephen Connolly <
> stephen.alan.conno...@gmail.com> wrote:
>
>> So the logic here is to reflect that the TCP agent port has been disabled
>> and thus the launcher is not available to you.
>>
>> On 4 August 2016 at 11:47, Kumar Dp  wrote:
>>
>>> I'm trying to configure a salve using "Launch slave agents via Java Web
>>> Start", but I see that option is not listed in the launch method. I'm using
>>> Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64
>>> Please help me to solve the issue
>>>
>>> --
>>> 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.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-users/21bef93a-67f6-4eb4-887b-ea1bc7d5f6cd%40googlegroups.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.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMzbwTVUYGXuuZ1vx52rcj_G26LjWJkt24KVE%3DC1bJ2t0Q%40mail.gmail.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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAMui945xtpCZ-SjuuuUrGvmOcHjxDmZVGaBGws9vXkcE9D0Z2Q%40mail.gmail.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANHK%3DJ27pAVHDAXaNAbcF-zJmhfg%3DkvjVptqOF%2BoUoVcGms2jQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-14 Thread Richard Bywater
Perhaps it would be an idea to show the item but as disabled and state what
actions are required to get it enabled?

Richard.

On Mon, 15 Aug 2016 at 12:15 Stephen Connolly <
stephen.alan.conno...@gmail.com> wrote:

> So the logic here is to reflect that the TCP agent port has been disabled
> and thus the launcher is not available to you.
>
> On 4 August 2016 at 11:47, Kumar Dp  wrote:
>
>> I'm trying to configure a salve using "Launch slave agents via Java Web
>> Start", but I see that option is not listed in the launch method. I'm using
>> Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64
>> Please help me to solve the issue
>>
>> --
>> 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.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/21bef93a-67f6-4eb4-887b-ea1bc7d5f6cd%40googlegroups.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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMzbwTVUYGXuuZ1vx52rcj_G26LjWJkt24KVE%3DC1bJ2t0Q%40mail.gmail.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAMui945xtpCZ-SjuuuUrGvmOcHjxDmZVGaBGws9vXkcE9D0Z2Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-14 Thread Stephen Connolly
So the logic here is to reflect that the TCP agent port has been disabled
and thus the launcher is not available to you.

On 4 August 2016 at 11:47, Kumar Dp  wrote:

> I'm trying to configure a salve using "Launch slave agents via Java Web
> Start", but I see that option is not listed in the launch method. I'm using
> Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64
> Please help me to solve the issue
>
> --
> 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.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/21bef93a-67f6-4eb4-887b-ea1bc7d5f6cd%40googlegroups.
> 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMzbwTVUYGXuuZ1vx52rcj_G26LjWJkt24KVE%3DC1bJ2t0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-04 Thread 'Björn Pedersen' via Jenkins Users
And check 
https://groups.google.com/forum/#!msg/jenkinsci-users/KsL2OasSLBY/zU-tYNJ4NgAJ,

the TCP port is only available with security configured since 2.0.

Am Donnerstag, 4. August 2016 13:14:03 UTC+2 schrieb Björn Pedersen:
>
> From the  changelog (https://jenkins.io/changelog/):
> Hide the Java Web Start launcher when the TCP agent port is disabled. (issue 
> 36996 ) 
>
> So check your setup and enable the TCP agent port.
>
> Björn
>
> Am Donnerstag, 4. August 2016 12:51:56 UTC+2 schrieb Kumar Dp:
>>
>> Sorry using Jenkin 2.16
>>
>> On Thursday, August 4, 2016 at 4:17:48 PM UTC+5:30, Kumar Dp wrote:
>>>
>>> I'm trying to configure a salve using "Launch slave agents via Java Web 
>>> Start", but I see that option is not listed in the launch method. I'm using 
>>> Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64 
>>> Please help me to solve the issue
>>>
>>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f7f6003e-8c9c-4fc8-bb78-48d17540da04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-04 Thread 'Björn Pedersen' via Jenkins Users
>From the  changelog (https://jenkins.io/changelog/):
Hide the Java Web Start launcher when the TCP agent port is disabled. (issue 
36996 ) 

So check your setup and enable the TCP agent port.

Björn

Am Donnerstag, 4. August 2016 12:51:56 UTC+2 schrieb Kumar Dp:
>
> Sorry using Jenkin 2.16
>
> On Thursday, August 4, 2016 at 4:17:48 PM UTC+5:30, Kumar Dp wrote:
>>
>> I'm trying to configure a salve using "Launch slave agents via Java Web 
>> Start", but I see that option is not listed in the launch method. I'm using 
>> Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64 
>> Please help me to solve the issue
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/be99b9aa-10b5-466d-af9d-96c3538a7605%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-04 Thread Kumar Dp
Sorry using Jenkin 2.16

On Thursday, August 4, 2016 at 4:17:48 PM UTC+5:30, Kumar Dp wrote:
>
> I'm trying to configure a salve using "Launch slave agents via Java Web 
> Start", but I see that option is not listed in the launch method. I'm using 
> Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64 
> Please help me to solve the issue
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ac5398e5-d80c-4c79-808c-f5dd7fa8af62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


The option to “Launch slave agents via Java Web Start” is missing from new node configuration

2016-08-04 Thread Kumar Dp
I'm trying to configure a salve using "Launch slave agents via Java Web 
Start", but I see that option is not listed in the launch method. I'm using 
Jenkins 2.14 version.OS: Linux 3.8.13-68.3.4.el6uek.x86_64 
Please help me to solve the issue

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/21bef93a-67f6-4eb4-887b-ea1bc7d5f6cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.