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: > >> p

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 wo

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

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 whe

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?

plugin info

2016-02-12 Thread Irfan Sayed
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 an

Re: workflow plugin info in running steps

2015-02-26 Thread Jesse Glick
On Thursday, February 26, 2015 at 11:36:27 AM UTC-5, Rudy Gevaert wrote: > > Is there a way to make it more descriptive? Can we pass more parameters > to the 'sh' call in the groovy.dsl? > e.g. > > sh ( command: 'echo hello world', message: 'saying helo') > https://issues.jenkins-ci.org/browse/

workflow plugin info in running steps

2015-02-26 Thread Rudy Gevaert
Hello, When I view the running steps page in a workflow job I just see: e.g.: Git[image: Success]Shell Script[image: Console Output][image: Success]Shell Script[image: Console Output][image: Success]Shell Script Is there a way to make it more descriptive? Can we pass more parameters to the