Hi All, Has anyone ever tried to port the Jenkins update center ( https://github.com/jenkinsci/backend-update-center2) to C# for use in ASP.NET solutions that extend a custom set of extension points?
My goal here is to refactor my website to code some functional areas (e.g. Payment Gateway) to interfaces (rather than just concrete classes) as standalone DLLs (i.e. plugins) and integrate a ported update center to allow for newer versions of plugins to be installed. Am I correct in assuming that the backend-update-center2 is the repository that produces what I see at http://localhost:8080/pluginManager/ in Jenkins? Regards, Andrew
