Jenkins shows same information for all projects

I’ve been using Jenkins for the last month or so and what started out as a small issue has gotten worse and worse. I have 10 projects in Jenkins, all polling from different Git repos and building to different environments but they all show the same details on the dashboard.

Image of the issue
I can still build the projects, but I have to manually enter the URL to see any console output etc.

I’m running 1.536 under Ubuntu 12.04, there’s not much in the logs other than the following;

Oct 22, 2013 2:21:19 PM WARNING jenkins.model.lazy.AbstractLazyLoadRunMap search JENKINS-15652 Assertion error #1: failing to load /data/builds #20 EXACT: lo=23,hi=9,size=23,size2=23 – 

Any ideas?

Answer

I managed to fix this issue by clearing out my build directory.

Attribution
Source : Link , Question Author : SuperCabbage , Answer Author : SuperCabbage

Leave a Comment