Versions Compared

Key

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

...

  • On Before Build Queued
  • On Before Build Start
  • On After Build Started
  • On Before Stage Start
  • On Sending Stage To Agent
  • On Stage Completed
  • On Build Pending Promotion
  • On Before Build Continue
  • On After Build Continued
  • On Before Build Stage Requeued

The value of the Configuration, Project or Application variable is stored on this event and this is compared with the current value before persisting. If the value has changed since this event that the new value will not be persisted.

Log warning if not persisted

A warning is added to the build log if this is ticked and the variable value is not persisted due to the modification check.

Fail build if not persisted

The build will fail if this is ticked and the variable value is not persisted due to the modification check.

Update build variable before persisting

A new tab is displayed when this is ticked with options for setting the build variable value before persisting.


Update Value

You can optionally update the value of the build variable before persisting.

Operation

Choose 'Replace' to overwrite the existing variable value, or 'Append or increment' to make changes to existing values. In the later case, the new value is be appended to the old value for text variable. For numeric variable values, the old value will be incremented by the new value.

New Value

Input the new value for the variable.

Expand variable references in new value

If you select this option then any expression is the value will be expanded before the value is set.

...