Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Basic properties


NameDescriptionTypeUsage Examples
DescriptionDescription of the configuration (as defined within the Configuration details page)String$Configuration.Description$"The configuration is for building and testing SuperFineApp"
IdA unique identifier for the configuration String$Configuration.Id$"eb26ab96-1c98-4b4e-8931-8c45716321a2"
NameName of the configuration (as defined within the Configuration details page)String$Configuration.Name$"New Configuration 1"


Server-side only properties

...

Name

Description

Type

Usage Examples


InitialisingBuildCount

The number of currently initialising builds for the configuration

Integer

$Configuration.InitialisingBuilds$

1

InitialisingOrQueuedBuildCount

The number of currently initialising builds for the configuration

Integer

$Configuration.InitialisingOrQueuedBuildCount$2

LastBuild

The last build started on the current configurationBuild Summary$Configuration.LastBuild$

LastFinishedBuild

The last build finished on the current configurationBuild Summary$Configuration.LastFinishedBuild$

PendingPromotionBuildCount

The number of build currently pending promotion for the configuration

Integer

$Configuration.PendingPromotionBuildCount$6

QueuedBuildCount

The number of currently queued builds for the configuration

Integer

$Configuration.QueuedBuilds$

1

RunningBuildCount

The number of currently running builds for the configuration

Integer

$Configuration.RunningBuilds$

1