createWorkspace
Creates a new workspace.
Arguments
Argument Name | Type | Description |
---|---|---|
workspaceName | String | The workspace name. (Required) |
agentDrivePath | String | Pathname to the root directory of a workspace, for use on Windows, specified with a drive letter. |
agentUncPath | String | Pathname to the root directory of a workspace, for use on Windows, specified with a UNC path. |
agentUnixPath | String | Pathname to the root directory of a workspace, for use on UNIX. |
credentialName | String | The name of the impersonation credential to attach to this workspace. |
description | String | Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
local | Boolean | True if the workspace is 'local'. |
workspaceDisabled | Boolean | True means this workspace is disabled. |
zoneName | String | The zone name. |
modifyWorkspace
Modifies an existing workspace.
Arguments
Argument Name | Type | Description |
---|---|---|
workspaceName | String | The workspace name. (Required) |
agentDrivePath | String | Pathname to the root directory of a workspace, for use on Windows, specified with a drive letter. |
agentUncPath | String | Pathname to the root directory of a workspace, for use on Windows, specified with a UNC path. |
agentUnixPath | String | Pathname to the root directory of a workspace, for use on UNIX. |
credentialName | String | The name of the impersonation credential to attach to this workspace. |
description | String | Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
local | Boolean | True if the workspace is 'local'. |
newName | String | New name for an existing object that is being renamed. |
workspaceDisabled | Boolean | True means this workspace is disabled. |
zoneName | String | The zone name. |