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

Compare with Current View Page History

« Previous Version 2 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$Configuration.LastBuild.BuildNumber$100
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 useUser

Started
DateTime

StartedBy
User

State
String

SummaryState
String

StartedByA reference to the user who initiated the buildUser

State
String

SummaryState
String

TagCount
Integer

TriggerName
String

VersionA reference to the build versionVersion

  • No labels