James Atwill created JENKINS-12939: -------------------------------------- Summary: Be able to "blacklist" extensions in ClassicPluginStrategy Key: JENKINS-12939 URL: https://issues.jenkins-ci.org/browse/JENKINS-12939 Project: Jenkins Issue Type: New Feature Components: plugin Reporter: James Atwill Priority: Minor
Sometimes there are @Extensions which are part of a plugin that we simply don't want to run but due to limitations with the plugin / plugin configuration / etc we have no way of "disabling". The MavenFingerprinter extension (see JENKINS-12938) is the specific use case. It would be handy to be able to "blacklist" an @Extension either as a System property or from Manage Jenkins > Manage Plugins. The alternative is removing the @Extension from the bytecode in .hpi archives, which isn't nearly as fun on a production server as you'd think it would be. :-) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira