Skip to content
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

Some plugins after being installed are not picked up by Jenkins #20

Closed
dcrissman opened this issue Aug 8, 2013 · 1 comment
Closed

Comments

@dcrissman
Copy link
Contributor

Most of the plugins install just fine, but a few such as gerrit-trigger and sectioned-view do not seem to be picked up after a service reboot. The files seem to be correctly deployed to the 'plugins' directory and I have not yet identified a pattern for which plugins do or do not work properly, but it does appear to be consistent for a given plugin.

I am able to go into the Jenkins portal and install the plugin and it works just fine. But obviously that defeats the purpose.

@matthewbarr
Copy link
Contributor

If i had to guess, you've got dependencies that aren't installed, and thus you won't load the plugin.

The plugin code doesn't actually know about the dependency tree.

Short term fix for you, go to the jenkins wiki, and find the dependencies. Add those to the plugins as well. In the case of gerrit-trigger:
https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger
has dependencies on git, rebuild, and git-client.

The long term fix for this is to rebuild the plugin module into a package provider for Jenkins, as per #12

jgreen210 pushed a commit to jgreen210/puppet-jenkins that referenced this issue Jun 16, 2017
Ensure that the autofs Service requires the autofs package before
trying to start the service to fix voxpupuli#20.
jgreen210 pushed a commit to jgreen210/puppet-jenkins that referenced this issue Jun 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants