Versions Compared

Key

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

...

A Pipeline Macro or just Macro in short is a single Pipeline Expression which can be declared inside a pipeline using the command macro and then reused at multiple places of the pipeline using the command macro.run. It is similar to a function / method definition and its call, but it is limited to the execution of a Pipeline Expression.

...