Revisiting https://issues.jenkins-ci.org/browse/JENKINS-15156 once again.
The issue still persists. Builds are disappearing from history, even though they are present on the disk. They reappear after Jenkins restart.
- duplicates
-
JENKINS-16845 NullPointer in getPreviousBuild
-
- Resolved
-
- is related to
-
JENKINS-15156 Builds disappear from build history after completion
-
- Resolved
-
-
JENKINS-8754 ROADMAP: Improve Start-up Time
-
- Closed
-
@eguess74: interesting. Means RunList.iterator() is working, though that is what the main history list (HistoryWidget) should be showing too. Might not actually matter which widget is being used to search through the list—could simply be that the first iteration triggers loading of something which does not get returned until the second time.
Really we need better diagnostics in this area.
JENKINS-19400might help.