Contains information of the host running the pipeline, stage, job, or step.

Hierarchy

  • CIAppHostInfo

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
hostname?: string

FQDN of the host.

labels?: string[]

A list of labels used to select or identify the node.

name?: string

Name for the host.

workspace?: string

The path where the code is checked out.

Generated using TypeDoc