Workspace

Workspace
Workspace

Model which contains details about container and host for executing continuous integration tasks.

JSON Example
{
    "autoCloneForTrigger": true,
    "cache": [
        "/root/.m2",
        "/temp/"
    ],
    "endpoint": "string",
    "image": "fedora:latest",
    "path": "/usr/administrator/",
    "registry": "Docker Trusted Registry"
}
boolean
autoCloneForTrigger
Optional

Indicates that git clone will be performed automatically.

array of string
cache
Optional

List of paths to store artifacts and logs.

string
endpoint
Optional

Name of the endpoint is docker.

string
image
Optional

Image to create CI container.

string
path
Optional

Working directory for executing commands.

string
registry
Optional

Name of the docker registry.