There is also a plugin implementing a master-to-master communication contract - maybe that could help you some how too… https://github.com/jenkinsci/master-to-master-api-plugin Domi
On 20.11.2014, at 21:14, oliver gondža <[email protected]> wrote: > 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. -- 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.
