visualphoenix / jenkins-init-scripts

Jenkins Groovy Initialization Mixin Scripts
GNU Affero General Public License v3.0
37 stars 10 forks source link

Guard against initializing plugins which are not installed. #4

Open visualphoenix opened 8 years ago

visualphoenix commented 8 years ago

The MatrixAuthentication groovy script was recently enhanced to check if plugin classes were able to be loaded before trying to access their security properties. We should enhance all of the groovy scripts to test if the plugin exists before trying to initialize it.