Hello, it would be nice if the Jenkins Plugins could also be hosted as OS packages, e.g. RPM packages. That way, the provisioning of Jenkins through Puppet and Chef would be much easier.
On our project, we already do this internally. Using a Jenkins job, we fetch the list of latest plugins from updates.jenkins-ci.org and for each plugin we create an RPM package with the help of fpm (effing package manager) and host these on our internal repository. Would this be feasible ? Regards.
