Is there any way to pass or retrieve variables from a job executed on a remote VC server? I want to control jobs on other VC servers from a "master" server, but in order to accomplish what I need, I have to be able to pass at least one string variable to the job on the remote server when it's executed.
I do see that I can "inherit the exit code" and/or return output from the remote job, so that may be the answer of how to get data back, but I'm not clear on how to make use of this information in subsequent steps. Can you explain or provide an example?
But there still doesn't appear to be a way to get data to the remote job.