-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed Loading plugin Pipeline v2.6 (workflow-aggregator) #226
Comments
Since my use case isn't exactly a direct use of the jobs as set up by jenkins-debian-glue (I'm mostly using Pipeline: Multibranch jobs but relying on jenkins-debian-glue binaries/helpers), I've decided to disable most plugins, and only keep a handful where names sounded security-relevant. Which means keeping these:
( And while writing this comment, I realized the absence of setup wizard is normal, just due to the |
@CyrilBrulebois Hi, will you make tips or guidelines how to remove all plugins on my Ubuntu 16.04, using command line, bash nano or Web UI, i cant figure this out |
@CyrilBrulebois yeah, the dependencies of the plugins can't be handled and we need to track all of this manually :-/ I try to keep the plugin setup working for everything that's supposed to work OOTB from j-d-g's perspective and its provided example jobs. I am afraid everything else needs to be handled by the operator (unless someone comes up with a proper solution for handling Jenkins plugin and its dependencies), though this is usually easy to fix from within the web interface of Jenkins at least for now. The Pipeline plugin and all its dependencies are kind of impossible to keep up2date with the infrastructure we currently rely on, but we don't use it in any of the provided j-d-g Jenkins jobs. Visiting Jenkins UI and clicking "Correct" should be the easiest fix for this: @funcelotwork I've no idea what you're actually trying to achieve, probably you're looking for $JENKINS_URL/pluginManager/? |
I encountered the same issue. The reason was |
@upMKuhn just to clarify, it's only about the Pipeline plugin or some other plugin that j-d-g doesn't really rely on, right? |
I honestly replied to this issue without properly reading it. So maybe this issue shares a similar root cause of out dated dependent plugins. |
Hi,
Even with the patches from #225 I'm getting startup errors in the logs, due to plugin dependencies:
A big issue is that the setup wizard isn't shown, and one has to log in without having an initial password as usual (under
/var/lib/jenkins/secrets/initialAdminPassword
).I've tried to add those plugins using
jenkins::plugin::install
and re-install from scratch, but the list kept on growing and I'm not sure this is the right approach.When adding this:
I'm getting this in
jenkins.log
:and still no setup wizard…
The text was updated successfully, but these errors were encountered: