Versions Compared

Key

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

...

@@continua[loadVariable name='buildCounter1']
@@continua[loadVariable name='possiblyUnDefinedVariable' skipIfNotDefined='true']
@@continua[loadVariable name='version' skipAgentVariable='true' acquireBuildWriteLock='truė' releaseLockOnStageEnd='true']

Info

If another build has a lock on the server variable and the acquireBuildWriteLock parameter is true then the loadVariable message will fail. Due to the one-way nature of custom log message, we cannot pause the running process to respond and retry. We recommend that you use the Acquire Variable Lock action to ensure that you own a lock on the variable before running process which use this message

...