Re: update job via config.xml post

2012-06-27 Thread Grégory Boissinot
Try to post your configuration file to the following url: http://jenkinsserver/job/j/config.xml On Wed, Jun 27, 2012 at 9:02 PM, phil swenson wrote: > I wrote some code that successfully updates Jenkins via an HTTP post > of config.xml to jenkins at > http://jenkinsserver/createItem?name=jobname

update job via config.xml post

2012-06-27 Thread phil swenson
I wrote some code that successfully updates Jenkins via an HTTP post of config.xml to jenkins at http://jenkinsserver/createItem?name=jobname This is fine…. but what if I want to update the config.xml? Thanks for any help!