Couldn't you do it with a special trigger, maybe even using the URL trigger plugin pointing to http://<JENKINS>/job/<JOB_NAME>/lastStableBuild ?
https://wiki.jenkins-ci.org/display/JENKINS/URLTrigger+Plugin Cheers, Brian On Tuesday, April 17, 2012, buildit wrote: > I have 2 Jenkins instances.I have Jenkins for different projects.I need to > kick of a downstream project which is on a different Jenkins instance once > the upstream project build is successful. > > For example project B is downstream to project A.I have project A on > jenkins:8080 and project B on jenkins2:8180 I want project B to trigger > automatically after project A is build is sucessful. > > -- > View this message in context: > http://jenkins.361315.n4.nabble.com/Trigger-a-downstream-job-which-is-on-another-Jenkins-instance-tp4566282p4566282.html > Sent from the Jenkins dev mailing list archive at Nabble.com. >
