When we recently promoted a set of jobs to production, it took a while to find that there were variables specified somewhat deep into the job set. There is a reason they were set there. It is not a good reason, but it was required at the time.
The question is, in what ways can I find where variables are set rather than inherited?
The DailySummary container has 20 jobs in it. The DailySummary container defines the variable CONTEXT to have the value Prod.
The only way I know to find out if the variable has been overridden is to 1) open each and every job, 2) check the Variables tab, 3) select the Steps tab, 4) open each and every step, and 5) check each and every step variable set.
As you might imagine, this is somewhat time consuming and mouse intensive. Is there an easier and/or faster way?