Reputation: 2567
How to establish connection between Jenkins jobs hosted on different server with out using master slave concept
I need to send the parameters from one Jenkins server to another both were hosted in different server;
and i need to trigger a down stream project in another Jenkins server
Upvotes: 0
Views: 3549
Reputation: 330
You can use Parameterized remote trigger plugin: https://wiki.jenkins.io/display/JENKINS/Parameterized+Remote+Trigger+Plugin There are two parts to use this plugin-
Upvotes: 1