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.
...