I am trying to execute a linux shell script using the Atlassian Bamboo "File" option, instead of the "Inline" option.
The script settings of my Bamboo plan is pointing to a Bitbucket repository where my script files are located.
I have selected the "bin/sh or cmd.exe" option for my shell interpreter.
When I run my Bamboo plan, the basic shell commands in my script return an error (i.e. cd: No such file of directory).
The shell script runs fine when using it on the command line under the same host as my current Bamboo agent. However, it returns errors when using the Bamboo shell interpreter.