The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Bamboo Deploy : SSH Task fails with errors

Praveen Racharla
January 5, 2021

Hi All,

 

I am trying to execute a shell script on my remote server using Bamboo SSH Task but it's getting errors as below : 

SSH task : 

#!/bin/bash

cd testdir/
./testscript.sh input1

 

Above command executes fine if I manually run them by logging into remote machine.

 

 

05-Jan-2021 13:29:15./testscript.sh: line 165: sqlplus: command not found
05-Jan-2021 13:29:15head: cannot open `/tmp/tmp.RfYpQS6fq8/servers-test.txt' for reading: No such file or directory
05-Jan-2021 13:29:15tail: cannot open `/tmp/tmp.RfYpQS6fq8/servers-test.txt' for reading: No such file or directory
05-Jan-2021 13:29:15cat: /tmp/tmp.RfYpQS6fq8/system-test.txt: No such file or directory
05-Jan-2021 13:29:15cat: /tmp/tmp.RfYpQS6fq8/core-test.txt: No such file or directory
05-Jan-2021 13:29:15cat: cat: /tmp/tmp.RfYpQS6fq8/standalone-test.txt/tmp/tmp.RfYpQS6fq8/standalone_web-test.txt: No such file or directory: No such file or directory
05-Jan-2021 13:29:15 
05-Jan-2021 13:29:15cat: /tmp/tmp.RfYpQS6fq8/resourcegen-test.txt: No such file or directory
05-Jan-2021 13:29:15cat: /tmp/tmp.RfYpQS6fq8/resourcegen_web-test.txt: No such file or directory

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Praveen Racharla
January 5, 2021

It's resolve , the problem was environment variables not getting loaded with SSH task, so externally mentioned.

source ~/.bash_profile

TAGS
AUG Leaders

Atlassian Community Events