There is a parameterized remote trigger plugin for this purpose.
First install the plugin by following the below steps:
1. Jenkins dashboard
2. Go to manage jenkins
3. Manage plugins
4. Go to the available plugins
5. Search for Parameterized remote trigger (install this plugin)
![](https://www.edureka.co/community/?qa=blob&qa_blobid=12138989780496279153)
once the plugin is installed:
1. go to configure system
2. parameterized remote trigger configuration
![](https://www.edureka.co/community/?qa=blob&qa_blobid=1784765410830684788)
3. fill the parameters as per your requirements
4. Finally check the connection using 'validate address' button
To call a job on a remote server
1. Select a build called 'trigger remote parameterized job'
![](https://www.edureka.co/community/?qa=blob&qa_blobid=4489444551929998646)
2. Fill in the remote server name, job name and other parameters
Once you run this job, it will trigger the job on a remote server.