Sych jobs b/w 2 Jenkins servers

I want to know how the jobs are getting synch between 2 Jenkins servers.
Here is the scenario, In A Jenkins server I have Jenkins jobs configured and same jobs in B jenkins server. Requirement is whenever a job run in A Jenkins server automatically same job should run in B Jenkins server. Please help me with this scenario what to be done.

Hello @hareesh0297 and welcome to this community :wave:

I think you could have a look at Parameterized Remote Trigger, to begin with. :thinking: