I am using the following pipe at the end of my script everything until then works fine, then i am kinda stuck here for 10 mins and after that i get a broken pipe.
Afaik i registered the ssh key on the taget server and on bitbucket this runs fine, but not on my local runner. Does my local runner get all the ssh keys from bitbucket to connect correctly, or what could be the problem?
My Runner is running in a docker container on Linux.
Hi @Engin Yildirim
Welcome to the community.
To get more information from your Pipes script, you can add the variable DEBUG: 'true' so that you can troubleshoot it further.
Regarding SSH key, you should be able to use SSH keys using Linux Docker.
Could you check if you can connect to the server via a terminal/command prompt from your local machine?
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.