[JIRA] (JENKINS-55610) CloudShell Sandbox Plugin not compatible with JEP-200

2019-03-27 Thread admonto...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomer Admon updated  JENKINS-55610  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Release 1.6.6  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-55610  
 
 
  CloudShell Sandbox Plugin not compatible with JEP-200   
 

  
 
 
 
 

 
Change By: 
 Tomer Admon  
 
 
Status: 
 Fixed but Unreleased Resolved  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55610) CloudShell Sandbox Plugin not compatible with JEP-200

2019-03-27 Thread admonto...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomer Admon updated  JENKINS-55610  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55610  
 
 
  CloudShell Sandbox Plugin not compatible with JEP-200   
 

  
 
 
 
 

 
Change By: 
 Tomer Admon  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55610) CloudShell Sandbox Plugin not compatible with JEP-200

2019-01-15 Thread aburdajew...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Allan BURDAJEWICZ commented on  JENKINS-55610  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: CloudShell Sandbox Plugin not compatible with JEP-200   
 

  
 
 
 
 

 
 The more straightforward solution is to add src/main/resources/META-INF/hudson.remoting.ClassFilter with the content: 

 

com.quali.cloudshell.QsServerDetails
 

 Another solution could be to store the details (serverAddress, user, pw, domain, ignoreSSL) and declare QsServerDetails server as transient  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55610) CloudShell Sandbox Plugin not compatible with JEP-200

2019-01-15 Thread aburdajew...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Allan BURDAJEWICZ updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55610  
 
 
  CloudShell Sandbox Plugin not compatible with JEP-200   
 

  
 
 
 
 

 
Change By: 
 Allan BURDAJEWICZ  
 
 
Labels: 
 JEP-200  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55610) CloudShell Sandbox Plugin not compatible with JEP-200

2019-01-15 Thread aburdajew...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Allan BURDAJEWICZ created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55610  
 
 
  CloudShell Sandbox Plugin not compatible with JEP-200   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Tomer Admon  
 
 
Components: 
 cloudshell-sandbox-plugin  
 
 
Created: 
 2019-01-16 03:54  
 
 
Environment: 
 Jenkins 2.138.4  cloudshell-sandbox: 1.6.3  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Allan BURDAJEWICZ  
 

  
 
 
 
 

 
 The Global Configuration fails to persists. In the Jenkins logs, we see the following stacktrace: 

 

2019-01-14 18:37:40.491+ [id=1812009]	WARNING	hudson.model.Descriptor#save: Failed to save /var/lib/jenkins/org.jenkinsci.plugins.cloudshell.CloudShellConfig.xml
java.lang.UnsupportedOperationException: Refusing to marshal com.quali.cloudshell.QsServerDetails for security reasons; see https://jenkins.io/redirect/class-filter/
	at hudson.util.XStream2$BlacklistedTypesConverter.marshal(XStream2.java:546)
	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 org.jenkinsci.plugins.cloudshell.CloudShellConfig$DescriptorImpl#server for class org.jenkinsci.plugins.cloudshell.CloudShellConfig$DescriptorImpl
	at