The GlobalStorage structure contains information which is shared among jobs. Jobs are free to define their own keys, but some keys have been standardized. In the source code, there is a table of GlobalStorage keys in src/modules/README.md.

Many GS keys are “flat”, plain strings or values. Some contain structured data as dictionaries or lists.

Updated: