| Hello, When starting the Jenkins server, the warnings-ng plugin (since version 5.0.0) returns the following warnings: hudson.ExtensionFinder$Sezpoz scout WARNING: Failed to scout io.jenkins.plugins.analysis.warnings.axivion.AxivionSuite$AxivionSuiteToolDescriptor java.lang.NoClassDefFoundError: com/cloudbees/plugins/credentials/common/AbstractIdCredentialsListBoxModel Caused by: java.lang.ClassNotFoundException: com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel hudson.ExtensionFinder$GuiceFinder$SezpozModule configure WARNING: Failed to load io.jenkins.plugins.analysis.warnings.axivion.AxivionSuite$AxivionSuiteToolDescriptor java.lang.NoClassDefFoundError: com/cloudbees/plugins/credentials/common/AbstractIdCredentialsListBoxModel Caused by: java.lang.ClassNotFoundException: com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel To correct these warnings I have to install the git plugin (optional dependency). Is there a way to avoid these warnings without installing the git plugin (which I do not want to make available on Jenkins)? |