The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Pipeline failed: remote: /bin/sh: ssh: not found

yujiewu
November 5, 2017

I have used the bitbucket-pipelines.yml file for another repo, and it worked there. Basically, it looks like the following:

image: gcc:7.2

pipelines:
default:
- step:
script: # Modify the commands below to build your repository.

But for my current repo, pipeline doesn't work with the same configuration file and reported the error: "remote: /bin/sh: ssh: not found".

+ umask 000

+ hg clone --noupdate url . && hg update -C “hex-code”

applying clone bundle from url

adding changesets

adding manifests

adding file changes

added 1351 changesets with 3531 changes to 1088 files

finished applying clone bundle

searching for changes

no changes found

remote: /bin/sh: ssh: not found

 

 

My guess it might have something to do with the use of subrepo in the current repo. Both this repo and its subrepo are hosted on bitbucket.

Any idea how to fix this problem? Thanks.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
jredmond
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 7, 2017

The image you're using doesn't contain an SSH client, or if it does then it's not in the $PATH. Either switch to an image that contains `ssh` or specify its full path.

TAGS
AUG Leaders

Atlassian Community Events