setWorkingDirectory
Sets the current directory for running jobs (relative paths will be evaluated against the working directory).
Signature
setWorkingDirectory(arg0:String) -> void |
Generic signature
Parameters
Name | Type | Description |
---|---|---|
arg0 | String | Specifies the path to the working directory. |