You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The build summary object is a child object to a $Configuration object with full properties as used some expandable server-side fields - see Configuration Object.  The build summary object describes the properties under $Configuration.LastBuild and $Configuration.LastFinishedBuild.

NameDescriptionTypeUsage Example
ArtifactCountThe number of artifacts registered with the buildInteger

BranchesThe number of repository branches associated with the buildInteger

BuildNumberA zero-based auto-incremented integer allocated to the build (the first build will be build 0, the second build 1, etc)Integer

ChangesetCountThe number of repository changesets associated with the buildInteger

CreatedThe date/time that the build was initiatedDateTime

FinishedThe date/time that the build finishedDateTime

FirstTagNameThe name of the first user build tag (i.e. not changeset tag) associated with the buildString

HasErroredStagesTrue when an error has been logged in any of the build stagesBoolean

HasFailedStagesTrue when any of the build stages has failedBoolean

HasSuccessfulStagesTrue when any of the build stages has been successfulBoolean

HasWarningsTrue when a warning has been logged in any of the build stages Boolean

IdA unique integer allocated automatically to this buildInteger

IsPinnedTrue when the build has been pinned by a userBoolean

PinCommentThe contents of any commentString

PinnedThe date/time when the build was pinnedDateTime

PinnedByThe user who pinned the buildUser

StartedThe date/time when the first build stage started executingDateTime

StartedByThe any user who started the buildUser


StateA value indicating the current status of the buildString

SummaryStateA value summarising the current status of the buildString

TagCountThe number of user build tags (i.e. not changeset tags) associated with the buildInteger

TriggerNameThe name of any trigger that started the buildString

VersionA reference to the build versionVersion

  • No labels