Not sure if any one else has run into this issue. After disk space addition, the builds stopped working. 'build now' link is not doing anything.
Appreicate your input. Is there a best practice that one should be following while doing such a maintenance work ? The VM where Jenkins CI is running, was reaching to a point of disk space being full. Our Admin decided to increase the disk space. After that the builds stopped working. Both "Build Now" link as well as scheduled builds do not work anymore. Here is the exception details in the log - Failed to load hudson.plugins.cobertura.dashboard.CoverageTablePortlet$DescriptorImpl java.lang.LinkageError: Failed to resolve class hudson.plugins.cobertura.dashboard.CoverageTablePortlet$DescriptorImpl Caused by java.lang.TypeNotPresentException: Type hudson.plugins.view.dashboard.DashboardPortlet not present Caused by java.lang.ClassNotFoundException: hudson.plugins.view.dashboard.DashboardPortlet Looking at the link https://issues.jenkins-ci.org/browse/JENKINS-11398, I installed Dashboard plugin but it still does not help. The environment stopped working. When I go to "smart Jenkins" page, everything shows up in "Blocked" state. Never realized that adding extra disk space would lead to this situation. Thanks for any help