-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: protecode-sc-plugin
-
None
-
Environment:Jenkins 2.452.1
Protecode SC Plugin: 0.19.1
I'm trying to generate a Protecode SC report, and then display that report using the Summary Display Plugin. I'm using the following in my Jenkins Pipeline
pipeline {
 stages {
  stage() {
    steps {
     script
    }
   }
 }
}
The file uploads, I can see the scan in my Blackduck appliance and the pipeline even says it completed the scan and its going to generate the protecodesc.xml file
| ------------ Received all results from Black Duck Binary Analysis ------------ |
| ----------- Writing summary for summary plugin to protecodesc.xml ------------ |
Creating xml report to protecodesc.xml
I then get the following error
Also: hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: a97002ce-2eb8-4931-829c-87af959119ca hudson.remoting.ProxyException: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `com.synopsys.protecode.sc.jenkins.types.FileResult$SerializableResult` (no Creators, like default constructor, exist): cannot deserialize from Object value (no delegate- or property-based Creator) at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 2, column: 3]