Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: core
-
Labels:None
-
Environment:1.597 on Windows
-
Similar Issues:
Description
After updating from 1.596 to 1.597 I seem to have wrong "last success" timestamps. See attached images.
Attachments
Issue Links
- is related to
-
JENKINS-24380 Use build numbers as IDs
-
- Resolved
-
FYI: I ran into this same issue on CentOS 6.5. Old directories had symlinks like:
lrwxrwxrwx. 1 jenkins jenkins 19 Apr 22 09:06 401 -> 2015-04-22_09-06-23
New directories looked like:
drwxr-xr-x. 2 jenkins jenkins 4096 Mar 1 01:28 317
The UI showed the old builds as having run before I was born! In order to re-run the migration I did the following:
sudo find /var/lib/jenkins/ -name legacyIds -delete
sudo service jenkins restart
Once this was done things looked correct.