You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hello,
I have a pipeline where one step contains this command
rsync -avu 'ssh -p 6222' --safe-links --delete-after --checksum static/ deploy@"$serverhostname":/var/www/static.example.com/
When I change the file and commit, my changes are visible but it still tries to connect to $databasehostname with port 22, which is nowhere in that script (it exists in my pipelines variables though but I need it to connect to $serverhostname)
The main job script preview shows the correct command but subsequent lines say otherwise. See screenshot for better explanation. I have highlighted the different in yellow.
What can I do to force pipelines to execute my script and flush any possible cache it may have?
(I changed the hostname obviously to example.com just for the screenshot)
I figured it out.
My problem was a missing
-e
flag before
'ssh ...'
Announced in this blog, this holiday season we’re celebrating all things CI/CD and between now and the end of 2019 we’ll be showcasing content, use cases, feature announcements and more. One featur...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.