Hi everyone,
Got a very strange problem here - CentOS 7 with GoCD agent and Stage in GoCD as custom command, which is just running shell script (script is just copying files from one folder to another). Proper ownership/permissions were prepared.
When I am running stage from GoCD console I am getting permission denied for every file copy attempt. When I su as go user and execute exactly same script - no issues registered and files are copied properly.
Any ideas?
Thanks!