Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can I specify the run directory

MICHAEL DOLLAR July 15, 2019

I have a remote script that is dependent on it being ran from a specific directory.  I reviewed the documentation and am not seeing a variable where I can specify the run directory, am I missing something or is that not possible?  If not, that would be a great feature request, imo. 

1 answer

0 votes
Alexander Zhukov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 16, 2019

Hi @MICHAEL DOLLAR . If I understand your problem correctly, you can just cd to the directory and run a remote script from there:

script:
  - pipe: atlassian/ssh-run:0.2.2
    variables:
      SSH_USER: $USER
      SERVER: $SERVER
      MODE: 'command'
      COMMAND: 'cd your-remote-directory && <path-to-script>/remote-script.sh'

Hope that helps.

MICHAEL DOLLAR July 16, 2019

I wasn't sure if && would work with this tool, if so fantastic.  I'll give it a try. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events