-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 2.107.1
Pipeline: Job 2.17
I'm getting lots of "Unreadable data" from different pipelines after upgrade to 2.107.1.
ConversionException: Refusing to unmarshal logPrefixCache for security reasons; see https://jenkins.io/redirect/class-filter/ ---- Debugging information ---- class : com.google.common.cache.LocalCache$LocalLoadingCache required-type : com.google.common.cache.LocalCache$LocalLoadingCache converter-type : hudson.util.XStream2$BlacklistedTypesConverter path : /flow-build/logPrefixCache line number : 214 -------------------------------
line numbers: 134, 214, 222, 238, 313, 391 etc.
On first look log seems to be normal for mentioned build numbers. Is this something that I need to be worried about?
- relates to
-
JENKINS-38383 StackOverflow when loading a large pipeline job
-
- Closed
-
- links to
Likely it happens for historical builds. jglick fixed persistency of the field in Pipeline: Job 2.0 (Feb 2016): https://github.com/jenkinsci/workflow-job-plugin/commit/6cdf41664d24e10c2f97d80f444571057fa2aa46
Would it possible to confirm it? You could just open build.xml for the failing builds and check the version of the plugin for which the Run object has been saved.