Versions Compared

Key

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

...

  • $js7MaxTries: maximum number of tries as configured with the Retry Instruction..
    • For an unlimited number of tries the variable returns the empty value.
    • The variable is not defined outside of a Retry Instruction block.
  • $js7TryCount: current number of tries. The variable holds the 0 value when used outside of a Retry Instruction block.

The variables can be used in an JS7 - If Instruction and they can be mapped to environment variables in a shell job like this:

...