GoCD: Environment Variables in Build Scripts
I wanted to use some of the GoCD Environment Variables in my build scripts, unfortunately finding info on how to do that was limited or my search skills lacking.
Anyway, to use a Pipeline Parameter you would tokenize the parameter like so:
#{ParameterName}
To use a GoCD Environment Variable you would tokenize the variable like this:
%VariableName%