Versions Compared

Key

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

...

NameDescriptionTypeUsage Example
AgentNameThe host name of the agent that the current stage is running on.String$Stage.AgentName$"ciagent01"
ElapsedThe time period since the current stage was started.TimeSpan$Stage.Elapsed$
FinishedThe date/time when the current stage finished (if finished).DateTime$Stage.Finished$
HasWarnings
True if the current stage has warningsBoolean$Stage.HasWarnings$
IsErrorTrue if the current stage has warningsBoolean$Stage.IsError$
IsFailureTrue if the current stage has warningsBoolean$Stage.IsFailure$
IsSpecialTrue if the current stage is a special stage created to run pre- or post-stage eventsBoolean$Stage.IsSpecial$
IsSuccessfulTrue if the current stage is successfulBoolean$Stage.IsSuccessful$
MetricsThe metrics associated with the current stage.Metrics$Stage.Metrics
NameThe name of the current stage as defined within the workflow editor.String$Stage.Name$"Test Stage"
OrderThe running order of the current stage.Integer$Stage.Order$
StartedThe date/time when the current stage was started.DateTime$Stage.Started$