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

Compare with Current View Page History

« Previous Version 4 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
DescriptionDescription of the configuration (as defined within the Configuration details page)String

IdA unique identifier for the configuration String

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

LastBuild



LastFinishedBuild



NameName of the configuration (as defined within the Configuration details page)String$Configuration.Name$"New Configuration 1"
PendingPromotionBuildCountThe number of build currently pending promotionInteger

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