A pipeline job event to be processed by the execution plan.

interface JobMetadataEvent {
    jobId?: string;
    message?: JobMetadataMessage;
    name?: string;
}

Hierarchy (View Summary)

Properties

Properties

jobId?: string

The ID of the pipeline job affected by the event.

A message to be sent to an agent currently running the job.

name?: string

The name of the pipeline job event.