Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Job sets an environment variable to the session on the remote host with the name "SCHEDULER_RETURN_VALUES" which is available for the script or command to be executed on the remote machine. The value for this environment variable will be genrated generated at runtime.

After the execution of the script or command the jobs reads the return values from a temporary created file on the remote host, returns them to the Jobscheduler for further processing and deletes the temporary file afterwards.

...