scp-deploy asterisk not working

aeris_alex February 23, 2021

The documentation states that 

LOCAL_PATH: '${BITBUCKET_CLONE_DIR}/*'    # copy the contents from the current directory.

However if I use an asterisk I get an error

/opt/atlassian/pipelines/agent/build/*: No such file or directory

It works fine without the asterisk but I get the build folder created on the remote machine which isn't something I want. Am I missing something?  

 

Sorry it's lost the indentation when I've pasted it

image: atlassian/default-image:2
pipelines:
default:
- parallel:
- step:
name: Deploy artifacts using SCP to PROD
deployment: staging
script:
- pipe: atlassian/scp-deploy:1.0.0
variables:
USER: $user
SERVER: $server
REMOTE_PATH: '/usr/share/nginx/connect'
LOCAL_PATH: '${BITBUCKET_CLONE_DIR}/*'

 

3 answers

0 votes
Halyna Berezovska
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 5, 2021

@aeris_alexnow you can use updated version, try, please 1.0.1 .

Looking forward to see your feedback!

0 votes
Halyna Berezovska
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 24, 2021

@aeris_alextry as a workaround for now

LOCAL_PATH: '.'

I guess, for current directory it is working differently. We will investigate more and update documentation appropriately .

Also, I think this is a bug. We'll notify you about the fix and doc update also.

Thanks!

Regards, Galyna

0 votes
Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 26, 2021

Hi @aeris_alex ,

Thank you for your question!

We'll investigate this case and notify you.

 

Best regards,
Oleksandr Kyrdan

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events