Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
h1. Passing parameters to shell-scripts
User defined Parameters in Shell-Scripts
...
Job parameter and order params are accessible by the use of environment variables. There is a name conventionrule for the name of such an environment variable. The name of the environment variable according to a parameter is SCHEDULER_PARAM_NAMEOFPARAM. For example the job parameter param1 is available by the environment variable SCHEDULER_PARAM_PARAM1 (always in upper case letters).
...