Yes, the job configs are working great. But getting the root config.xml is not working. I've tried a bunch of things: xx/jenkins/api/xml xx/jenkins/api/xml?depth=1 xx/jenkins/api/xml?depth=2 xx/jenkins/api/xml?depth=999 xx/jenkins/config.xml xx/jenkins/api/config.xml xx/jenkins/api/xml/config.xml
Either I get partial contents of the config.xml or 404s. I haven't tried POSTing the config.xml but I strongly suspect that it won't work because the GET doesn't. Does anyone know if the REST interface supports these changes? John On Tue, Mar 26, 2013 at 5:45 AM, Nathan Overbey <[email protected]> wrote: > Have you tried posting it to /config.xml ? I know that works for > /job/xyz/config.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]. For more options, visit https://groups.google.com/groups/opt_out.
