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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,639,450
Community Members
 
Community Events
196
Community Groups

Bamboo Deploy : SSH Task fails with errors

Edited

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

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

source ~/.bash_profile

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events