Hi All, I have got to know that calling the http://<<jenkins url>>/createitem/name=jobname will create a new job.
Is there any such api call to modify the existing job?? On Monday, 23 June 2014 10:05:45 UTC-7, Karthik V S wrote: > > Hi Ulli, > > A custom job configuration page is very much a page inside the Jenkins Web > App. It consists of a subset of options for configuring a job that are > usually present when user clicks on Configure page in the side. > > For updating the job configuration using the API should i do it in my > PluginImpl class that extends plugin or in a DescriptorImpl class that > extends from AbstractProjectDescriptor? > > > On Sat, Jun 21, 2014 at 1:27 AM, Ulli Hafner <[email protected]> > wrote: > >> Can you please explain in more detail? What is a custom job configuration >> page? A web page outside of the Jenkins web app? >> >> You can update the job configuration using the remote api. >> >> Am 21.06.2014 um 02:29 schrieb Karthik V S <[email protected]>: >> >> Hi, >> >> I have an custom job configuration page that is a subset of the options >> present in the main configuration page. >> >> My requirement is to persist the changes done in this page to the >> config.xml file of the project? >> >> Could anyone provide me valuable pointers on this? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> >> For more options, visit https://groups.google.com/d/optout. >> >> >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
