Hi, I'm glad to be able to eliminate the view as a problem. I originally installed Jenkins as a native package. However, since then I have been upgrading by simply updating the .war file
Procedure I used: 1. /etc/init.d/jenkins stop 2. cd /var/lib/jenkins 3. jenkins.war /var/lib/jenkins/jenkins.war.bkp 4. wget http://updates.jenkins-ci.org/download/war/1.480.1/jenkins.war 5. /etc/init.d/jenkins start This is where my system admin abilities are a bit under cooked. Should I be upgrading via a package? On the manage Jenkins page when I click on the update button I download the new .war, which is why I though it was the only thing needed for the update. Please correct me if I'm wrong. Thank you On Tuesday, November 27, 2012 1:11:21 PM UTC-7, vjuranek wrote: > > Hi, > > > It now states "This view has no jobs associated with it." > > I was able to reproduce this by removing read permission for jobs for > anonymous user, so this doesn't seems to be related to the issue. > Unfortunately, I still cannot reproduce the issue itself. Are you running > Jenkins on some servlet container (if yes, which one) or it's installed > from > native package? > > Cheers > Vojta >