Hi
Is it possible to overwrite global variables for a build in deployment?
Let's say I have a global variable FOOBAR = 1 while build no 1 was done
If I add a variable FOOBAR = 2 in a deployment environment for that project and refer to it in deployment script:
echo ${bamboo_FOOBAR}
Will it be 1 or 2?