...
- One key/value pair per line.
- All key/value pairs are defined with an = (equals) sign. The space before and after the equals sign is optional. The leading whitespace is optional.
- All values must be quoted with double-quotes.
- The closing brace must be on a new line.
- Backslashes must be escaped by preceding with another backslash, i.e. "\\"
Note |
---|
The mappings are applied in order, so we recommend that you provide the " / = \\" or " \ \ = /" mappings as either the first or last entries in the map. |
...
OS X / Linux worker:
worker_path_map = {
"\\" = "/"
"//Server/farm" = "/Volumes/farm"
"Z:" = "/Users/jburk"
"Y:" = "/Users/jburk/test"
"C:/temp" = "/tmp"
}
Defaults
None.
See Also
...