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.