Interface TaskRunOptions

Arguments to use for initializing a single run of the Task

interface TaskRunOptions {
    environment?: Record<string, string>;
    host?: HostProperties;
}

Properties

Properties

environment?: Record<string, string>

Optional environment variables to override those set in the container definition.

The properties of the host where this task can run.

Generated using TypeDoc