Synopsis
worker_template_path =
path
The template path is used to specify where the Worker should look to find the libraries/files associated with the jobs it will run. Multiple paths are delimited by colons on OS X / Linux and semi-colons on Windows.
Examples
Windows
worker_template_path="C:/Program Files/pfx/qube//types;C:/Program Files/pfx/jobtypes;C:/Program Files (x86)/pfx/jobtypes;//server/share/qube/ourJobTypes"
Mac OS X
worker_template_path='/Applications/pfx/qube/types:/Applications/pfx/jobtypes:/mnt/nfsPath/jobtypes'
Linux
worker_template_path='/usr/local/pfx/qube/types:/usr/local/pfx/jobtypes:/mnt/nfsPath/jobtypes'
Defaults
- Linux & OS X:
$QBDIR/types
- Windows:
%QBDIR%\types