On Thu, 20 Nov 2014 20:53:35 +0100, rakesh ranjan <[email protected]> wrote:

Hi ,

I want to transport "freestyle project object" from one jenkins to another
by socket in java .
when i tried it gave me "java.io.WriteAbortedException: writing aborted;
java.io.NotSerializableException:" .

Well, not all objects are designed to be serializable and Job implementations fall into this category. What exactly are you trying to achieve? There are existing tools to transfer configuration or whole builds (with corresponding job).

https://wiki.jenkins-ci.org/display/JENKINS/Build+Publisher+Plugin
https://github.com/olivergondza/jenkins-config-cloner

--
oliver

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to