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

Compare with Current View Page History

« Previous Version 3 Next »

The configuration object $Configuration provides access to the properties of the current configuration. The properties available depends on where it is evaluated.



NameDescriptionTypeUsage Examples
Description



InitialisingBuildCountThe number of currently initialising buildsInteger$Configuration.InitialisingBuilds$1
InitialisingOrQueuedBuildCount



LastBuild



LastFinishedBuild



NameName of the configuration (as defined within the Configuration details page)String$Configuration.Name$"New Configuration 1"
PendingPromotionBuildCount



QueuedBuildCountThe number of currently queued buildsInteger$Configuration.QueuedBuilds$1
RunningBuildCountThe number of currently running buildsInteger$Configuration.RunningBuilds$1
  • No labels