Versions Compared

Key

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

...

NameDescriptionTypeUsage Example
NameThe stage name as defined within the workflow editorString"Build stage"$
MetricsA reference object to the metrics associated with this build (defined below).MetricsN/AN/A

Anchor

...

metrics

...

metrics

NameDescriptionTypeUsage Example
Compiler.WarningThe total number of compiler warnings for the current build (eg msbuild or Visual Studio build warnings)Integer$Build.Metrics.Compiler.Warning$5
Compiler.ErrorThe total number of compiler errors for the current build (eg msbuild or Visual Studio build errors)Integer$Build.Metrics.Compiler.Error$5
Unit TestsA reference object for the Unit Test Metric detailsUnit Tests$Build.Metrics.UnitTests.Passed$10

...