Jenkins Plugin Development

2017-04-15 Thread Nix Goel
Hi, I am new in Jenkins Plugin Development and searching for tutorial or book or may be some content that can help me to develop Jenkins plugin. I have viewed few tutorial and after that i can create small small plugins like add text field to get input and display on Console. But I need to

Re: Jenkins plugin development issues..

2016-12-20 Thread Indra Gunawan (ingunawa)
This is not the place to ask this question. Please go to #jenkins irc channel From: on behalf of Ankush Purwar Reply-To: "jenkinsci-users@googlegroups.com" Date: Tuesday, December 20, 2016 at 7:41 AM To: "jenkinsci-users@googlegroups.com" Subject: Jenkins plugin developm

Re: Jenkins plugin development issues..

2016-12-20 Thread Daniel Beck
> On 20.12.2016, at 16:41, Ankush Purwar wrote: > > I am implementing a Jenkins plugin as “post build action”. This question is best asked on the jenkinsci-dev mailing list as it concerns Jenkins plugin development. -- You received this message because you are subscribed to t

Jenkins plugin development issues..

2016-12-20 Thread Ankush Purwar
Hi, I am implementing a Jenkins plugin as "post build action". I want to do the following operation. Q1. I have defined a field of type "repeatable" in config.jelly and this field further have two values say value1 and value2. How can I ensure that all value1's are unique across whole repeatab

Re: How to schedule a child Free Style job programmatically from a parent Job in Jenkins Plugin Development?

2015-04-01 Thread vinodhini . vijay
odhini On Wednesday, April 1, 2015 at 12:17:16 PM UTC+5:30, vinodhi...@gmail.com wrote: > > > > > > > > Hello All, > > > I am working on Jenkins Plugin Development. I have a special Job type, > that creates Free Style Projects on saving of the Project. &g

Re: How to schedule a child Free Style job programmatically from a parent Job in Jenkins Plugin Development?

2015-04-01 Thread Christopher Orr
t be serialized (to disk in this case). Try making that a named class. Regards, Chris On 31/03/15 23:47, vinodhini.vi...@gmail.com wrote: Hello All, I am working on Jenkins Plugin Development. I have a special Job type, that creates Free Style Projects on saving of the Project

How to schedule a child Free Style job programmatically from a parent Job in Jenkins Plugin Development?

2015-03-31 Thread vinodhini . vijay
Hello All, I am working on Jenkins Plugin Development. I have a special Job type, that creates Free Style Projects on saving of the Project. e.g: Jenkins > New Item/New Job > Enter Name (say "Special Project") and click "Build a Special Project" rad