Hello,
In my repositories, there are scripts that use the $HOME environment variable. The problem is, that although this variable is set properly on the agent in a normal shell, it isn't set when I run a script task.
Is there an easy way to make the variable available?
Using a global variable only defines bamboo_HOME and writing it in the environment field for each task isn't realy an option because there are too many scripts.