I am trying to set job environment variables. Some variables are set from other environment variables. For instance on Windows:
var1=this
var2=that
var3=other
var4=%var1%_%var2%_%var3%
And I'd like to see var4 set as 'this_that_other'. I tried setting the first three as job variables and the fourth as a build variable. No joy.