Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Synopsis

New in v6.4-2

worker_path_map = {

"pathA" = "pathB"

...

}

Specify the path translation map for a worker.  Any job that supports path translation (have the pathconvert_convert path job flag set, or any pyCmdline, pyCmdrange, or AppFinder jobs) will have pathB substituted for pathA when the job runs on the worker.

...