Hey, looking for a method to remotely trigger a Jenkins job from one master to another, with file upload/transfer ... and wait for response (success or failure).
I'm thinking an alternative might be to upload to intermediary location then trigger the job; however, wondering if other possibilities ... probably a bunch of script with curl calls might work, but not exactly eloquent.
I feel like something simple can be done ... any ideas?