Browsing to:
reports:
description The requested resource is not available.
which leads me to wonder if it is possible to manage the base configuration of a jenkins installation over the RESTful API.
I am using the puppetlabs jenkins module to build and configure jenkins and wondering to what extent it might support a meaningful configuration of our installation.
My next task is simply to replicate these configuration settings using the API:
<useSecurity>true</useSecurity>
<securityRealm class="hudson.plugins.active_directory.ActiveDirectorySecurityRealm" plugin="active-directory_at_1.33">
If anyone can please provide some guidance I would certainly appreciate not having to reinvent this wheel.
Thanks,
-- Hugh