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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,439
Community Members
 
Community Events
184
Community Groups

bitbucket pipelines runner no such file or directory

Hi, I have this pipeline code

 

pipelines:
branches:
develop:
- step:
runs-on:
- self.hosted
- linux
deployment: staging
script:
- cd /var/www/html/dev/project

and it gives me this error
cannot access /var/www/html/dev/project: No such file or directory

1 answer

0 votes
Ben
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 28, 2022

G'day!

Welcome to the Bitbucket Cloud community.

The error message you have specified will usually display when the path that has been entered is incorrect, rather than anything related to permissions for that particular path.

So that you can troubleshoot why the path is not able to be found and verify that the directory you are trying to navigate to actually exists, I would suggest adding the following command to the build step to list only the directory names:

ls -d */

Once you have done so, check to see that the directory is correct - if it is - you may need to add a . character to your syntax to change directory depending on where the current working directory is:

cd ./var/www/html/dev/project

Cheers!

- Ben (Bitbucket Cloud Support)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events