Jenkins shows same information for all projects
Posted
by
SuperCabbage
on Server Fault
See other posts from Server Fault
or by SuperCabbage
Published on 2013-10-22T14:42:10Z
Indexed on
2013/10/22
15:56 UTC
Read the original article
Hit count: 355
jenkins
|continuous-integration
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.
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?
© Server Fault or respective owner