-
Bug
-
Resolution: Fixed
-
Minor
-
-
Jenkins 2.230
In FingerprintCleanupThread, while logging the output in the case when a facet blocks the deletion, the timestamp should be treated as long and not Date. This leads to the following problem:
`java.lang.ClassCastException: java.lang.Long cannot be cast to java.util.Date`
[JENKINS-61479] java.lang.ClassCastException: java.lang.Long cannot be cast to java.util.Date
Labels | Original: fingerprints | New: fingerprints lts-candidate |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: Jenkins 2.230 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
Labels | Original: fingerprints lts-candidate | New: 2.222.2-rejected fingerprints lts-candidate |
Labels | Original: 2.222.2-rejected fingerprints lts-candidate | New: 2.222.2-rejected 2.222.4-rejected fingerprints |
https://github.com/jenkinsci/jenkins/pull/4577 PR for fix+test