-
Bug
-
Resolution: Fixed
-
Major
-
None
The following issue has been reported regarding the jiraSendDeploymentInfoStep:
Caused: java.io.NotSerializableException: com.atlassian.jira.cloud.jenkins.deploymentinfo.service.JiraDeploymentInfoResponseCaused: java.io.NotSerializableException: com.atlassian.jira.cloud.jenkins.deploymentinfo.service.JiraDeploymentInfoResponse at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:926) at org.jboss.marshalling.river.RiverMarshaller.doWriteFields(RiverMarshaller.java:1082) at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:1040) at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:920) at org.jboss.marshalling.river.RiverMarshaller.doWriteFields(RiverMarshaller.java:1082) at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:1040) ...
The underlying root cause seems to be the fact that the step return is not serializable (doesn't implement the Serializable interface)