or the project which
>> it builds) with the actual implementation in the running Jenkins system.
>>
>> Mark Waite
>>
>>
>>
>>
>>
>>
>>
>> >____
>> > From: Ramith Jayasinghe
>> >To: Jenkins
> project which it builds) with the actual implementation in the running
> Jenkins system.
> >
> > Mark Waite
> >
> >
> >
> >
> >
> >
> >
> > >________________
> > > From: 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,
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
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