Forums

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

Pipeline script not fully updates and is probably cached?

Daniel S
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 19, 2020

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)

1c739a5d.png

1 answer

1 accepted

0 votes
Answer accepted
Daniel S
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 19, 2020

I figured it out. 

My problem was a missing

-e

flag before

'ssh ...'

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events