OptionalagentThe specification of an agent running a pipeline job, in binary format. Applicable when record is of type Job.
Example: { "VMImage" : "windows-2019" }
OptionalattemptThe number of record attempts.
OptionalchangeThe ID connecting all records updated at the same time. This value is taken from timeline's ChangeId.
OptionalcurrentA string that indicates the current operation.
OptionaldetailsA reference to a sub-timeline.
OptionalerrorThe number of errors produced by this operation.
OptionalfinishThe finish time of the record.
OptionalidThe ID of the record.
OptionalidentifierString identifier that is consistent across attempts.
OptionalissuesThe list of issues produced by this operation.
OptionallastThe time the record was last modified.
OptionallocationThe REST URL of the record.
OptionallogA reference to the log produced by this operation.
OptionalnameThe name of the record.
OptionalorderAn ordinal value relative to other records within the timeline.
OptionalparentThe 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.
OptionalpercentThe percentage of record completion.
OptionalpreviousThe previous record attempts.
OptionalqueueThe ID of the queue which connects projects to agent pools on which the operation ran on. Applicable when record is of type Job.
OptionalrefName of the referenced record.
OptionalresultThe result of the record.
OptionalresultEvaluation 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
OptionalstartThe start time of the record.
OptionalstateThe state of the record.
OptionaltaskA reference to the task. Applicable when record is of type Task.
OptionaltypeThe type of operation being tracked by the record.
Example: Stage, Phase, Job, Task...
OptionalvariablesThe variables of the record.
OptionalwarningThe number of warnings produced by this operation.
OptionalworkerThe 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.