What is my local_path?

Marcel May 15, 2019

Hi there,

I'm trying to setup a pipeline deploying with rsync (new at this). I can't figure out what I need to use for LOCAL_PATH? At this point my script is failing. I tested it with SFTP and all worked perfect. Can anyone help?

1 answer

2 votes
Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 16, 2019

Hello Marcel,

Thank you for your reply.

You can use $BITBUCKET_CLONE_DIR default variable - the absolute path of the directory that the repository is cloned into within the Docker container.

LOCAL_PATH: '${BITBUCKET_CLONE_DIR}'     #copy the current directory and all included files
LOCAL_PATH: '${BITBUCKET_CLONE_DIR}/' #copy only files from the current directory

Or specify your "custom/local/path".

LOCAL_PATH: 'custom/local/path'    #copy your custom directory and all included files
LOCAL_PATH: 'custom/local/path/' #copy only files from your custom directory

 

More details about default variables available in Bitbucket Pipelines pipes

More information about pipe "Rsync Deploy" you can find in the Bitbucket Pipelines Rsync Deploy repository.

Atlassian created pipes are kept in the Bitbucket Pipelines pipes project.

 

If you have any additional questions feel free to ask.

 

Cheers,

Alex

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events