Re: Creating a new Job Programatically.

2012-08-21 Thread Mark Waite
or the project which >> it builds) with the actual implementation in the running Jenkins system. >> >> Mark Waite >> >> >> >> >> >> >> >> >____ >> > From: Ramith Jayasinghe >> >To: Jenkins

Re: Creating a new Job Programatically.

2012-08-20 Thread Stephen Connolly
> project which it builds) with the actual implementation in the running > Jenkins system. > > > > Mark Waite > > > > > > > > > > > > > > > > >________________ > > > From: Ramith Jayasinghe > >

Re: Creating a new Job Programatically.

2012-08-20 Thread Ramith Jayasinghe
running Jenkins system. > > Mark Waite > > > > > > > > > > > From: Ramith Jayasinghe > >To: Jenkins Users > >Sent: Monday, August 20, 2012 7:20 AM > >Subject: Creating a new Job Programatically. > > >Hi Everyone,

Re: Creating a new Job Programatically.

2012-08-20 Thread Mark Waite
for the project which it builds) with the actual implementation in the running Jenkins system. Mark Waite > > From: Ramith Jayasinghe >To: Jenkins Users >Sent: Monday, August 20, 2012 7:20 AM >Subject: Creating a new Job Programatically. > &g

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. The