Re: Creating a new Job Programatically.

2012-08-21 Thread Stephen Connolly
The schema is dynamic based on the plugins installed and their serialisation via xstream. Backwards compatibility constrains should ensure that it is reasonably stable, but you need to look at the backing classes to infer the purpose of each field and what values it can take On Tuesday, 21

Re: Creating a new Job Programatically.

2012-08-21 Thread Mark Waite
:23 PM Subject: Re: Creating a new Job Programatically. Hi Mark, Does this means we don't have a documentation explaining the tags attributes available? regards Ramith LSF (www.opensource.lk) On Aug 20, 6:49 pm, Mark Waite markwa...@yahoo.com wrote: I've used your technique of creating

Re: Creating a new Job Programatically.

2012-08-20 Thread Mark Waite
I've used your technique of creating a similar job from the GUI and passing that to the command line for multiple Jenkins releases.  It works very well for me.  I prefer that technique because it also allows me to compare my archived job definition (kept under source control for the project

Re: Creating a new Job Programatically.

2012-08-20 Thread Ramith Jayasinghe
Hi Mark, Does this means we don't have a documentation explaining the tags attributes available? regards Ramith LSF (www.opensource.lk) On Aug 20, 6:49 pm, Mark Waite markwa...@yahoo.com wrote: I've used your technique of creating a similar job from the GUI and passing that to the command