The scp-deploy pipe's README.md, as it's first example, shows that the proper format for the EXTRA_ARGS command is a string: YAML Definition Add the following snippet to the script section of y...
Hi, I'm on directadmin hosting and I'm trying to deploy to the hosting through bitbucket, I've created a pipeline to deploy using SCP, but I get the following error: 109 Status: D...
Hello, I'm writing a pipeline with scp-deploy and the pipeline is working fine if my executable is not on the server. However if it is already there my pipeline fails. Do I have to remove the f...
Hi, I am attempting to use atlasian/scp-deploy and my server requires a passphrase for each key. So how do I pass the passphrase programmatically in a deployment pipeline? I am struggling to find a...
Bamboo version 8.2.5 build 80211 I cannot not get SCP Task to work, not even once. on the remote host "someserver55" I generated: ssh-keygen -t rsa with a passphrase. (I h...
I have a pipe line with 2 steps , i have create ssh and added public key to my server - step: name: deployment runs-on: - 'self.hosted' script: - pipe: atlassian/ssh-run:0...
Hello, I'm trying to deploy build using scp-deploy 1.2.1. I followed the example on the page and I get weird error.It seems to me like the scp command is not properly invoked. Attaching my b...
...bsp; script: - echo "$USER;$SERVER"; - pipe: atlassian/scp-deploy:1.2.1 &n...
Hello, We are using the scp-deploy pipe to upload our artifacts to one of our linux servers. In the logs of the pipe we can always see the following snippets: Unable to find image 'b...
...ode_modules/** - .nuxt/** - package.json - .env - step: name: Deploy node_modules artifacts using SCP deployment: test script: - pipe: atlassian/scp-deploy:1.2.1 v...
hello, how can I deploy several files in one pipe invocation? calling pipe just to copy one file seems not efficient at all. example: bitbucket_pipeline.yml -- from the build step artifac...
Hello, is there a way to make the "deploy" step wait for the "build" step? issue: the download of the docker image for scp pipe takes 40 seconds and the actual copy of the a...
I'm using SCP-Deploy with OpenSSH on Windows Server. Everything worked fine for the first few runs. Suddenly I started getting Broken Pipe issue and scp proces freezes. The pipeline doesn't stop, l...
Hi everyone. I had a weird behaviour on one of our self-hosted pipelines. I want to deploy and artifact with SCP or Rsync but always get "Host key verification failed" ( both fails ). Oddest t...
Hello in pipelines i have following script: - step: name: Deploy artifacts using SCP to STAGE deployment: staging script: - pipe: atlassian/scp-deploy:1.1.0 v...
Hi I'm trying to deploy a Laravel application using SCP deploy to a server. After deploying, I want to run multiple commands like php artisan migrate php artisan config:cache in the d...
I need to copy from one remote server to the Bamboo server (7.2.4). For older versions, there is a plugin that allows us to do a reverse SCP. Is another plugin out there? Thanks in advance.
...ipe: atlassian/scp-deploy:1.0.1 variables: USER: $SSH_USER SERVER: $SSH_HOST REMOTE_PATH: $TARGET_PATH LOCAL_PATH: 'dist/*' But this setup will (understandably) not c...
...bsp; Sorry it's lost the indentation when I've pasted it image: atlassian/default-image:2 pipelines: default: - parallel: - step: name: Deploy artifacts using SCP to PROD deployment: s...
Is it possible to do an SCP deployment to multiple servers, or are there any workarounds or recommended practices to accomplish this?
...cript: - pipe: atlassian/scp-deploy:0.3.13 variables: USER: '${remoteUser}' SERVER: '${server}' REMOTE_PATH: '${remote}' LOCAL_PATH: '${BITBUCKET_CLONE_DIR}/*'
How can I use proxycommand with atlassian/scp-deploy --> to deploy through bastion host? ProxyCommand ssh -W %h:%p user@jumpbox.example.com
Hello Everyone, While copying the files from the BAMBOO server to a remote path, I am facing the problem. Below mentioned is my configuration in SCP. Source Path (Windows Server/Bamboo Server) : F...
i received this error with scp pipeline, Searching for files matching artifact pattern .bitbucket/pipelines/generated/pipeline/pipes/** Searching for test report files in directories named [t...
...FTP to this server using "sftp -P 2222 username@hostname"). The public key on the server is created with the appropriate username@hostname as comment (ssh-keygen -C username@hostname). This is c...
Copied to clipboard
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.