The given example for "SFTP deploy" pipe at the sidebar in the "Pipelines" page shows a pipe which doesn't exist ("pipe: atlassian/sftp-deploy:0.4.0") instead of using the one under the "bitbucketpipelines" user in Docker Hub ("bitbucketpipelines/sftp-deploy").
In the repository 'atlassian/sftp-deploy' all the examples show that wrong pipe setup too, so I guess this same issue should be revised on multiple places.
Hi Jimmy! Let me clarify this for your. 'atlassian/sftp-deploy:0.4.0' refers to the Bitbucket repository with the pipe code, while 'bitbucketpipelines/sftp-deploy:0.4.0' refers to a docker image that the pipe uses. You can see the image name for the pipe in the pipe.yml file in the pipe repository. Also note, that to use the docker image directly, you can reference it from the pipelines configuration:
script:
- pipe: docker://bitbucketpipelines/sftp-deploy:0.4.0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.