Re: Creating a new Job Programatically.

2012-08-21 Thread Stephen Connolly
in the running Jenkins system. Mark Waite From: Ramith Jayasinghe ramithonl...@gmail.com javascript:; To: Jenkins Users jenkinsci-users@googlegroups.com javascript:; Sent: Monday, August 20, 2012 7:20 AM Subject: Creating a new Job

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

Creating a new Job Programatically.

2012-08-20 Thread Ramith Jayasinghe
Hi Everyone, I'm trying to create a job in jenkins programmatically (using Remote Access API). By playing around and reading the documentation I found that I could do this by sending a xml document ( with a query parameter specifying the name of the job) with the configuration over http/Rest.

Re: Creating a new Job Programatically.

2012-08-20 Thread Mark Waite
which it builds) with the actual implementation in the running Jenkins system. Mark Waite From: Ramith Jayasinghe ramithonl...@gmail.com To: Jenkins Users jenkinsci-users@googlegroups.com Sent: Monday, August 20, 2012 7:20 AM Subject: Creating a new Job

Re: Creating a new Job Programatically.

2012-08-20 Thread Ramith Jayasinghe
From: Ramith Jayasinghe ramithonl...@gmail.com To: Jenkins Users jenkinsci-users@googlegroups.com Sent: Monday, August 20, 2012 7:20 AM Subject: Creating a new Job Programatically. Hi Everyone, I'm trying to create a job in jenkins programmatically (using