After the update to 2.492.1, UI stopped displaying information about the build's start date

Jenkins setup:
Jenkins: 2.492.1
OS: Linux - 5.15.0-133-generic
Java: 21.0.6 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)

Hi!
I’m running Jenkins as a docker container with Nginx reverse proxy deployed also as docker container on the same virtual machine.

After updating Jenkins to version 2.492.1-lts-jdk21, with Jenkins agents running on JDK 21.0.4_7, the interface stopped displaying the build’s start date (as on the attached screenshot). This issue occurs across all browsers, regardless of the mode (private/incognito or normal), and clearing cookies does not resolve it. Although the start date information is being passed, it is not being displayed, as if there is some configuration preventing it from showing. Additionally, the plugins were updated (there are nearly 100 plugins, so I won’t list them all, but I can provide details if needed), nginx was upgraded to version 1.26.3, and the Ubuntu OS was updated (though the version remains the same, 22.04.5 LTS, GNU/Linux 5.15.0-133-generic x86_64). With so many changes happening simultaneously, it is difficult to pinpoint the exact cause of the problem. Perhaps someone has encountered a similar issue and could provide insights.

Seems to be this issue

Seems it was intentional to not show the date when the run was only few hours ago: Enhancement: Add Year to Job Run Timestamp in pipeline-stage-view-plugin by DeepData-Diver · Pull Request #347 · jenkinsci/pipeline-stage-view-plugin · GitHub

Yep, seems that it’s exactly what we’re facing now. Good to know that it’s already reported, and I can stop digging. Even if it’s intentional, the formatting looks really bad. :frowning:
Thank you!

It should be fixed in 2.492.2 which is expected to be released tomorrow.

Nope the bug that we talk about here is not in core but the stage-view plugin