Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

mirror: Access failed: /opt/atlassian/pipelines/agent/build/dist/*: No such file or directory

Said Kamolov December 22, 2022

My bitbucket pipelines failed when i try to deploy my dist folder to ftp server. first photo off error and second one is my yml file. can anybody help with this?image.pngimage.png

1 answer

1 accepted

0 votes
Answer accepted
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 28, 2022

Hey @Said Kamolov 

G'day, and welcome to the community.

Can you edit the local path and remove the asterisk "*" in the path to 'dist/' as an example below:

               - pipe: atlassian/ftp-deploy:0.3.7
                 variables:
                   USER: '$username'
                   PASSWORD: '$password'
                   SERVER: '$ip'
                   REMOTE_PATH: '/var/www/html'
                   LOCAL_PATH: 'dist/'
                   DEBUG: 'true'

Also, enable the debug options to get a more verbose log that will help with your troubleshooting.

Cheers,
Syahrul

Said Kamolov January 2, 2023

thank you, for reply. i did as you said image.png

it shows that deployment was successful image.png, but in my server nothing changed image.png

 

could you please give explanation why this might be happening?

Said Kamolov January 11, 2023

Any ideas?

Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 12, 2023

Hey @Said Kamolov 

Apologize for the delay.

I don't think it's an issue with the pipeline anymore. It looks like the files have been transferred successfully from the screenshot. This could be a cache or something else on your FTP server.

Try clearing the cache on your FTP server, and will see if that helps.

Cheers,
Syahrul

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events