Jenkins Crashes after installing GitHub Plugin

我的梦境 提交于 2019-12-20 04:08:34

问题


I have a question about updating GitHub plugin.

Everytime I do an update plugin such as GitHub and restart the jenkins, Jenkins start crashing. when I try to access jenkins through URL in my browser, the error page shows up with some exception "class not found jenkins/model jenkins" . and then in order to make jenkins working again , I have to delete the plugin entirely from the plugins directory. I wish someone has an answer for this because I really need to make my github projects available to jenkins for build. Thanks


回答1:


It is a very usual problem with Jenkins. My workaround was to either update the jenkins (where ever it is installed) and restarting the hudson service. sometimes even restarting the service works. often you might need to remove those plugins from within (/var/lib/hudson/plugins/) and restart the service.



来源:https://stackoverflow.com/questions/17435308/jenkins-crashes-after-installing-github-plugin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!