Versions Compared

Key

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

...

Executing this script standalone or as part of another script it will parse all environment variables and create for each variable, which name is starting with "SCHEDULER_PARAM_" a powerscript variable. For example, the environment variable "SCHEDULER_PARAM_FOLDER_NAMEFOLDERNAME" is then acessible with by the script as $FOLDER_NAME$FOLDERNAME. This approach is more flexible than the first one, but contrasted to the first one, it is not so easy to find out, which variables from JS are used.

...