Hi, you could do one of the following:
1. Make one of the systems a slave node of the other, and assign jobs to specific nodes. Then you can set up a simple downstream relationship between jobs on different nodes. 2. You can trigger builds on the Y Jenkins system by sending an HTTP request to /job/jobname/build?delay=0sec or /job/jobname/buildWithParameters?[...] for parameterized jobs after a job on X built successfully. 3. Trigger jobs on Y by running Jenkins CLI on X: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI Regards, Daniel On 21.06.2012, at 07:16, Suri wrote: > Hi, > > I need your suggestion.. > > I have two Jenkins server. My second Jenkins server job should be run based > on First Jenkins server job outcome. > > For example, I have two Jenkins server, one server is located in X country > and another Jenkins server is located in Y country. > I want to run Y country Jenkins job based on X country Jenkins job outcome. > > If job is successfully run in X country Jenkins server only Y country > Jenkins job should be run. > > How to get this done in Jenkins? Please suggest me.
