I\'d like to do something along the lines of:
This is overly simple and just demonstrates what I\'d like to do. Basically, I want to be able to store and access vari
On top of what @Gurubaran suggested (which is what I'd do if had no other option), I'd just opt for joining the build steps to a single one, which will greatly simplify this need.
You will need to care for the error handling logic and exit conditions, but your environment will be solid!
I hope this helps.