In Bamboo 5.1, I'm trying to configure a remote agent to run a build of a plan.
The remote agent successfully runs every task in the job, except the last one containing a simple Windows command to move a file ("move" Windows command configured in Bamboo as an executable).
I've tried to specify the command in several ways (with complete path or not) and then trying to use a different command (xcopy), but all the tries failed with the same error:
"Unable to find executable at move"
or
"Unable to find executable at xcopy"
What I'm missing or doing wrong?
Thanks
What is the syntax you are using? Are you trying to move the executable to a different location on the same target system or on a different one? One hint, Robocopy does a much better job of communicating errors than xcopy does.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.