-
Bug
-
Resolution: Duplicate
-
Minor
While saving parameter for SSH for one of the Jenkins job, I am getting this error:
java.lang.UnsupportedOperationException: Refusing to marshal jenkins.plugins.publish_over.BPInstanceConfig for security reasons; see https://jenkins.io/redirect/class-filter/ at hudson.util.XStream2$BlacklistedTypesConverter.marshal(XStream2.java:530) at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69) at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58) at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:84) at hudson.util.RobustReflectionConverter.marshallField(RobustReflectionConverter.java:265) at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:252) Caused: java.lang.RuntimeException: Failed to serialize jenkins.plugins.publish_over.BPPlugin#delegate for class jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:256) at hudson.util.RobustReflectionConverter$2.visit(RobustReflectionConverter.java:224) at
- duplicates
-
JENKINS-48920 Publish Over SSH is not compatible with Jenkins 2.102+ due to JEP-200 changes
- Resolved
- is duplicated by
-
JENKINS-52357 After upgrade 2.100 --> 2.129, publish-over-SSH config disappeared
- Closed