I believe I see documented ways in which jobs can set the value of current job variables. However, what I am looking for is a way to set a group variable. Below is a simplified example of the situation.
I have ~20 jobs in a group. The same code is run for monthly, quarterly, and annually.
I would like to have three (3) jobs to start each type of cycle; "Start Monthly", "Start Quarterly", and "Start Annual".
Each one of these jobs would set a group variable RUN_TYPE to a value of "monthly", "quarterly", or "annual".
The RUN_TYPE variable would be inherited by all jobs in the cycle.
Is there a way to accomplish this?