Issue with bamboo plan configuration

Ankit Agrawal August 15, 2013

Hi I have created on task in plan which deploys build, in that script I have to go to a particular directory and then run a command, i have done something like below

sudo cd /xyz/pqrsSampleDirectory

sudo run install,

But I am getting error which says

sudo cd: command not found

sudo run: command not found

When run these two command manually on to the instance it works fine. Please provide me resolution asasp

1 answer

0 votes
mtaylor
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 17, 2013

Have you tried passing in the full path of 'cd' and 'run'? like sudo /usr/bin/cd /xyz/pqrsSampleDirectory? The reasoning behind that is to rule out the situation where your PATH is not set or recognized by the script.

If the build box is some other flavor of linux, you might need to do something like

sudo sh -c 'cd /xyz/pqrsSampleDirectory;run install'

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events