Optional
agentThe specification of an agent running a pipeline job, in binary format. Applicable when record is of type Job.
Example: { "VMImage" : "windows-2019" }
Optional
attemptThe number of record attempts.
Optional
changeThe ID connecting all records updated at the same time. This value is taken from timeline's ChangeId.
Optional
currentA string that indicates the current operation.
Optional
detailsA reference to a sub-timeline.
Optional
errorThe number of errors produced by this operation.
Optional
finishThe finish time of the record.
Optional
idThe ID of the record.
Optional
identifierString identifier that is consistent across attempts.
Optional
issuesThe list of issues produced by this operation.
Optional
lastThe time the record was last modified.
Optional
locationThe REST URL of the record.
Optional
logA reference to the log produced by this operation.
Optional
nameThe name of the record.
Optional
orderAn ordinal value relative to other records within the timeline.
Optional
parentThe ID of the record's parent.
Example: Stage is a parent of a Phase, Phase is a parent of a Job, Job is a parent of a Task.
Optional
percentThe percentage of record completion.
Optional
previousThe previous record attempts.
Optional
queueThe ID of the queue which connects projects to agent pools on which the operation ran on. Applicable when record is of type Job.
Optional
refName of the referenced record.
Optional
resultThe result of the record.
Optional
resultEvaluation of predefined conditions upon completion of record's operation.
Example: Evaluating succeeded()
, Result = True
Example: Evaluating and(succeeded(), eq(variables['system.debug'], False))
, Result = False
Optional
startThe start time of the record.
Optional
stateThe state of the record.
Optional
taskA reference to the task. Applicable when record is of type Task.
Optional
typeThe type of operation being tracked by the record.
Example: Stage, Phase, Job, Task...
Optional
variablesThe variables of the record.
Optional
warningThe number of warnings produced by this operation.
Optional
workerThe name of the agent running the operation. Applicable when record is of type Job.
Detailed information about the execution of different operations during pipeline run.