Re: plugin info

2016-02-16 Thread Victor Martinez
Hi,

 If you need help with developing it's worth if you ask the Jenkins dev 
groups instead this one.

Cheers

On Tuesday, 16 February 2016 03:53:12 UTC, Irfan Sayed wrote:
>
> please suggest. i am stuck really
>
> Regards
> Irfan
>
>
> On Mon, Feb 15, 2016 at 2:42 AM, Irfan Sayed  > wrote:
>
>> please suggest. 
>>
>> Regards,
>>
>>
>> On Sat, Feb 13, 2016 at 9:25 PM, Irfan Sayed > > wrote:
>>
>>> Thanks. 
>>> I have written one plugin in which i have extended GlobalConfiguration. 
>>> The plugin works fine and i am able to add my plugin descriptor in the 
>>> global config.
>>> however, now i need to add the ID option of that plugin as a part of 
>>> builder in the job configuration as a drop down box.
>>> However when i extended Builder, my drop down box is empty. The values 
>>> from global configuration are missing. I know there is some issue with 
>>> binding descriptor
>>>
>>> can you please provide me some example plugin which does such scenarios? 
>>> i can just refer and see how it works
>>> Regards
>>>
>>>
>>> On Sat, Feb 13, 2016 at 1:03 PM, Andrew Bayer >> > wrote:
>>>
 Assuming you're using a freestyle job, that's the Maven task in Jenkins 
 core. If you're using a Maven job, up that's the Maven plugin.


 On Friday, February 12, 2016, Irfan Sayed  wrote:

> Hello,
>
> I need to verify the build option "invoke top level maven targets" is 
> from which Jenkins plugin?
> can someone please let me know the plugin name ?
>
> Regards
>
> -- 
> 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/CACGLCJaNO2aXQj6k54EupaxTTZZ8sa6-t_pbOoPrL%3DUKPTV2%3DQ%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-use...@googlegroups.com .
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-users/CAPbPdObNa3P%3D3MhXTtRTEL-A3YaqjmoiCEYxwbutkNS8JSeDBA%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/87772a3e-366a-44b1-b4a8-5be52f1dec5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: plugin info

2016-02-15 Thread Irfan Sayed
please suggest. i am stuck really

Regards
Irfan


On Mon, Feb 15, 2016 at 2:42 AM, Irfan Sayed  wrote:

> please suggest.
>
> Regards,
>
>
> On Sat, Feb 13, 2016 at 9:25 PM, Irfan Sayed  wrote:
>
>> Thanks.
>> I have written one plugin in which i have extended GlobalConfiguration.
>> The plugin works fine and i am able to add my plugin descriptor in the
>> global config.
>> however, now i need to add the ID option of that plugin as a part of
>> builder in the job configuration as a drop down box.
>> However when i extended Builder, my drop down box is empty. The values
>> from global configuration are missing. I know there is some issue with
>> binding descriptor
>>
>> can you please provide me some example plugin which does such scenarios?
>> i can just refer and see how it works
>> Regards
>>
>>
>> On Sat, Feb 13, 2016 at 1:03 PM, Andrew Bayer 
>> wrote:
>>
>>> Assuming you're using a freestyle job, that's the Maven task in Jenkins
>>> core. If you're using a Maven job, up that's the Maven plugin.
>>>
>>>
>>> On Friday, February 12, 2016, Irfan Sayed  wrote:
>>>
 Hello,

 I need to verify the build option "invoke top level maven targets" is
 from which Jenkins plugin?
 can someone please let me know the plugin name ?

 Regards

 --
 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/CACGLCJaNO2aXQj6k54EupaxTTZZ8sa6-t_pbOoPrL%3DUKPTV2%3DQ%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/CAPbPdObNa3P%3D3MhXTtRTEL-A3YaqjmoiCEYxwbutkNS8JSeDBA%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/CACGLCJZaDpyiV6fTc0Bc%2BiNE7v0WJFRFNkbrr3qnA3hu%2BEsPoA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: plugin info

2016-02-14 Thread Irfan Sayed
please suggest.

Regards,


On Sat, Feb 13, 2016 at 9:25 PM, Irfan Sayed  wrote:

> Thanks.
> I have written one plugin in which i have extended GlobalConfiguration.
> The plugin works fine and i am able to add my plugin descriptor in the
> global config.
> however, now i need to add the ID option of that plugin as a part of
> builder in the job configuration as a drop down box.
> However when i extended Builder, my drop down box is empty. The values
> from global configuration are missing. I know there is some issue with
> binding descriptor
>
> can you please provide me some example plugin which does such scenarios? i
> can just refer and see how it works
> Regards
>
>
> On Sat, Feb 13, 2016 at 1:03 PM, Andrew Bayer 
> wrote:
>
>> Assuming you're using a freestyle job, that's the Maven task in Jenkins
>> core. If you're using a Maven job, up that's the Maven plugin.
>>
>>
>> On Friday, February 12, 2016, Irfan Sayed  wrote:
>>
>>> Hello,
>>>
>>> I need to verify the build option "invoke top level maven targets" is
>>> from which Jenkins plugin?
>>> can someone please let me know the plugin name ?
>>>
>>> Regards
>>>
>>> --
>>> 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/CACGLCJaNO2aXQj6k54EupaxTTZZ8sa6-t_pbOoPrL%3DUKPTV2%3DQ%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/CAPbPdObNa3P%3D3MhXTtRTEL-A3YaqjmoiCEYxwbutkNS8JSeDBA%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/CACGLCJaRLqMcW8enMHbZCnHAKNS2TsH2OkvW_69ZoqT%2BdjQKGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: plugin info

2016-02-13 Thread Irfan Sayed
Thanks.
I have written one plugin in which i have extended GlobalConfiguration. The
plugin works fine and i am able to add my plugin descriptor in the global
config.
however, now i need to add the ID option of that plugin as a part of
builder in the job configuration as a drop down box.
However when i extended Builder, my drop down box is empty. The values from
global configuration are missing. I know there is some issue with binding
descriptor

can you please provide me some example plugin which does such scenarios? i
can just refer and see how it works
Regards


On Sat, Feb 13, 2016 at 1:03 PM, Andrew Bayer 
wrote:

> Assuming you're using a freestyle job, that's the Maven task in Jenkins
> core. If you're using a Maven job, up that's the Maven plugin.
>
>
> On Friday, February 12, 2016, Irfan Sayed  wrote:
>
>> Hello,
>>
>> I need to verify the build option "invoke top level maven targets" is
>> from which Jenkins plugin?
>> can someone please let me know the plugin name ?
>>
>> Regards
>>
>> --
>> 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/CACGLCJaNO2aXQj6k54EupaxTTZZ8sa6-t_pbOoPrL%3DUKPTV2%3DQ%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/CAPbPdObNa3P%3D3MhXTtRTEL-A3YaqjmoiCEYxwbutkNS8JSeDBA%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/CACGLCJY110eHiVtuGXBvE8ZXzY7zrEcd9DNvg2A-LVYQ-Pdt_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: plugin info

2016-02-12 Thread Andrew Bayer
Assuming you're using a freestyle job, that's the Maven task in Jenkins
core. If you're using a Maven job, up that's the Maven plugin.

On Friday, February 12, 2016, Irfan Sayed  wrote:

> Hello,
>
> I need to verify the build option "invoke top level maven targets" is from
> which Jenkins plugin?
> can someone please let me know the plugin name ?
>
> Regards
>
> --
> 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/CACGLCJaNO2aXQj6k54EupaxTTZZ8sa6-t_pbOoPrL%3DUKPTV2%3DQ%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/CAPbPdObNa3P%3D3MhXTtRTEL-A3YaqjmoiCEYxwbutkNS8JSeDBA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.