Hudson plugins no longer accessible

I set up a hudson build server yesterday (deployed within Tomcat version 7.0.35), installed some plugins (SVN, maven 3, findbugs, etc) and then set up some jobs. Each job would check out the code using SVN, then perform a maven build step, and publish the bug and style reports.

This was working fine until a few minutes ago, when I updated some existing plugins then reloaded the Hudson war file in tomcat.

Now when I look at a job's configuration there is no SVN option in the SCM settings, and there are no options in the post-build options to generate reports for findbugs, etc. So when I kick off a build there is no SVN checkout; the build uses the existing workspace.

Hudson reports that the SVN, findbugs, etc plugins are still installed, but the options for these plugins are no longer visible in the hudson configuration pages.

Any suggestions?

EDIT : so it's the next day, and I have restarted the Tomcat server, and now I can see SVN settings for the SCM configuration option, although my previous SVN settings are missing.

Very curious.

链接地址: http://www.djcxy.com/p/50734.html

上一篇: Sonar不分析Checkstyle,Findbugs,PMD

下一篇: 哈德森插件不再可用