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.
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:15 | head: cannot open `/tmp/tmp.RfYpQS6fq8/servers-test.txt' for reading: No such file or directory |
05-Jan-2021 13:29:15 | tail: cannot open `/tmp/tmp.RfYpQS6fq8/servers-test.txt' for reading: No such file or directory |
05-Jan-2021 13:29:15 | cat: /tmp/tmp.RfYpQS6fq8/system-test.txt: No such file or directory |
05-Jan-2021 13:29:15 | cat: /tmp/tmp.RfYpQS6fq8/core-test.txt: No such file or directory |
05-Jan-2021 13:29:15 | cat: 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:15 | cat: /tmp/tmp.RfYpQS6fq8/resourcegen-test.txt: No such file or directory |
05-Jan-2021 13:29:15 | cat: /tmp/tmp.RfYpQS6fq8/resourcegen_web-test.txt: No such file or directory |
It's resolve , the problem was environment variables not getting loaded with SSH task, so externally mentioned.
source ~/.bash_profile
I'm happy to announce that Bamboo 7.2 has been released and it’s overflowing with awesome new features. This will be the last major Server release before the launch of Bamboo DC. Bamboo logs We...
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.