I have two Jenkins running on two different machine. Jenkins1 triggers a job on Jenkins2 successfully and stops.
I want to add a binary built by Jenkins2 job to Jenkins1 job artifacts list after Jenkins2 Job is completed successfully. I went through the plugins but didn't find anything suitable for my problem. Please suggest how to make it work.