Re: How to pass build.xml from one Jenkins to another Jenkins

2016-02-18 Thread Victor Martinez
Might be useful if you look at the job import plugin, since you can import jobs between jenkins instances. Rather than copying files or running jenkins CLI. BTW, you can get rid of that actions if you use some Configuration as Code paradigms such as JobDSL, Pipeline or Jenkins builder Cheers -

Re: How to pass build.xml from one Jenkins to another Jenkins

2016-02-18 Thread Ioannis Moutsatsos
Can you please clarify. Do you want to pass information from one Jenkins job to another or one Jenkins instance to another Jenkins instance? On Thursday, February 18, 2016 at 1:40:21 AM UTC-5, Jenkins wrote: > > Hello, > > I am looking for a solution how to to pass the build.xml file from one >

How to pass build.xml from one Jenkins to another Jenkins

2016-02-17 Thread Jenkins
Hello, I am looking for a solution how to to pass the build.xml file from one Jenkins to another Jenkins. The build.xml has specific information for the project where the one jenkins needs that information how to go about? Please help me on this. Thanks, Naveen -- You received this message be