Hello Sajith, *I was wondering if you are able to find the solution for this. *
*I am trying to create new item/job through jenkins rest api but for the api call i need to upload a config.xml. I want to know if I can instead send json or upload a json * *based file as config in place of config.xml* *Do you have any thoughts or recommend ways to get the json based config for jenkins job? * *Any help would be appreciated.* *Thanks,* *Rakesh* On Thursday, 9 October 2014 19:39:10 UTC-7, Sajith Kariyawasam wrote: > > Thanks Daniel for the quick response. > > According to https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API > seems the /job/JOB_NAME/build is a JSON based API. > I was wondering why there is no JSON based API for creating a job.? For > consistency I would expect a JSON based API. > Any plans to implement such in a future release? > > > > On Thursday, October 9, 2014 11:25:10 PM UTC+5:30, Daniel Beck wrote: >> >> > Is there anyway I can avoid an xml file but to use a "JSON" for that? >> Does Jenkins createItem / createJob API supports JSON inputs? >> >> >> No. It's less of an XML based API, rather you're passing in the job's new >> config.xml, which just happens to be XML. Likewise, the >> /job/jobname/config.xml URL only serves XML. >> >> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/745d8dc9-17ba-44c4-810f-765e96c43f23%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
