TimelineRecord interface
Detailed information about the execution of different operations during pipeline run.
agent |
The specification of an agent running a pipeline job, in binary format. Applicable when record is of type Job. <br />Example: { "VMImage" : "windows-2019" } |
attempt | The number of record attempts. |
change |
The ID connecting all records updated at the same time. This value is taken from timeline's ChangeId. |
current |
A string that indicates the current operation. |
details | A reference to a sub-timeline. |
error |
The number of errors produced by this operation. |
finish |
The finish time of the record. |
id | The ID of the record. |
identifier | String identifier that is consistent across attempts. |
issues | The list of issues produced by this operation. |
last |
The time the record was last modified. |
location | The REST URL of the record. |
log | A reference to the log produced by this operation. |
name | The name of the record. |
order | An ordinal value relative to other records within the timeline. |
parent |
The ID of the record's parent. <br />Example: Stage is a parent of a Phase, Phase is a parent of a Job, Job is a parent of a Task. |
percent |
The percentage of record completion. |
previous |
The previous record attempts. |
queue |
The ID of the queue which connects projects to agent pools on which the operation ran on. Applicable when record is of type Job. |
ref |
Name of the referenced record. |
result | The result of the record. |
result |
Evaluation of predefined conditions upon completion of record's operation. <br />Example: Evaluating |
start |
The start time of the record. |
state | The state of the record. |
task | A reference to the task. Applicable when record is of type Task. |
type | The type of operation being tracked by the record. <br />Example: Stage, Phase, Job, Task... |
variables | The variables of the record. |
warning |
The number of warnings produced by this operation. |
worker |
The name of the agent running the operation. Applicable when record is of type Job. |
The specification of an agent running a pipeline job, in binary format. Applicable when record is of type Job. <br />Example: { "VMImage" : "windows-2019" }
agentSpecification: any
Property Value
any
The number of record attempts.
attempt: number
Property Value
number
The ID connecting all records updated at the same time. This value is taken from timeline's ChangeId.
changeId: number
Property Value
number
A string that indicates the current operation.
currentOperation: string
Property Value
string
The number of errors produced by this operation.
errorCount: number
Property Value
number
The finish time of the record.
finishTime: Date
Property Value
Date
The ID of the record.
id: string
Property Value
string
String identifier that is consistent across attempts.
identifier: string
Property Value
string
The time the record was last modified.
lastModified: Date
Property Value
Date
The REST URL of the record.
location: string
Property Value
string
A reference to the log produced by this operation.
log: TaskLogReference
Property Value
The name of the record.
name: string
Property Value
string
An ordinal value relative to other records within the timeline.
order: number
Property Value
number
The ID of the record's parent. <br />Example: Stage is a parent of a Phase, Phase is a parent of a Job, Job is a parent of a Task.
parentId: string
Property Value
string
The percentage of record completion.
percentComplete: number
Property Value
number
The ID of the queue which connects projects to agent pools on which the operation ran on. Applicable when record is of type Job.
queueId: number
Property Value
number
Name of the referenced record.
refName: string
Property Value
string
Evaluation of predefined conditions upon completion of record's operation. <br />Example: Evaluating succeeded()
, Result = True <br />Example: Evaluating and(succeeded(), eq(variables['system.debug'], False))
, Result = False
resultCode: string
Property Value
string
The start time of the record.
startTime: Date
Property Value
Date
A reference to the task. Applicable when record is of type Task.
task: TaskReference
Property Value
The type of operation being tracked by the record. <br />Example: Stage, Phase, Job, Task...
type: string
Property Value
string
The variables of the record.
variables: {[key: string]: VariableValue}
Property Value
{[key: string]: VariableValue}
The number of warnings produced by this operation.
warningCount: number
Property Value
number
The name of the agent running the operation. Applicable when record is of type Job.
workerName: string
Property Value
string