Re: Private message regarding: Updating a config.xml file for a job through Java code

2014-06-25 Thread Ulli Hafner
Please use the mailing list so others can participate. I still do not understand your use case. Do you want to replace the job configuration page with a simpler one? When you are running a plugin inside Jenkins then there is no need to use the remote API, this is only required if you write an

Re: Updating a config.xml file for a job through Java code

2014-06-23 Thread Karthik V S
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

Re: Updating a config.xml file for a job through Java code

2014-06-23 Thread Karthik V S
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

Re: Updating a config.xml file for a job through Java code

2014-06-21 Thread Ulli Hafner
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 karthik.tec...@gmail.com: Hi, I have an custom job configuration

Updating a config.xml file for a job through Java code

2014-06-20 Thread Karthik V S
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