timing annotation tag

1 minute readReference

Synopsis

Information about the start and end time of a job, relative to the start of the build. If the job was stopped and restarted, for example due to node preemption, there may be multiple timing tags for the job.

Attributes

completed

End time of the job, in seconds since the start of the build.

invoked

Start time of the job, in seconds since the start of the build.

node

Name of the agent used to run the job.

weight

Multiplier for the duration of the job which may be used in future versions of CloudBees Build Acceleration to account for differences in processing speed of agent hosts. The default value is 1, meaning each real second of duration equal one effective second of duration.

Contents

None.