Jenkins lost the history of construction

I have been using Jenkins for about a year and sometimes run into this problem. The build will work fine, and then, apparently at random, it will lose my entire build history in the GUI.

I investigated this problem and found the following Jenkins question about it - Not Showing History History and as a user: Ring Jenkins still has all my assemblies within the project, but they will not be displayed in the graphical interface.

User: Ring solution was supposed to migrate to Hudson. Is there any solution that does not require Jenkins drift?

I tried to track this issue through Jenkins JIRA tickets, but it seems like it ended here without permission https://issues.jenkins-ci.org/browse/JENKINS-16845 they had another ticket JENKINS-17265open, but it was closed as a duplicate of 16845 .

+5
source share
1 answer

Update your Jenkins to the latest version, it will help you !!! I had the same problem, updating and everything is OK.

You can see the change log link

+4
source

All Articles