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

Bamboo ssh task logs are missing line breaks

Patrick Bureau June 19, 2013

It seems that running an SSH task on a remote Linux server outputs everything on the same line.

The logs are missing line breaks which otherwise output fine when using an external SSH client.

Is the plugin mangling newlines?

2 answers

1 vote
Deleted user July 21, 2013

Hi Patrick,

I have a bit of clumsy workaround for this. Use carriage return instead of newlines. ( ms-dos vs unix line ends )

Here is a bit of sample code I use in my scripts:

echo -e "\r"
[ -w /data/ ] && echo -e "script\t`date '+%d-%b-%Y %H:%M:%S'`\t /data is writeable\r" && cd /data
[ -w /data/ ] || echo -e "script\t`date '+%d-%b-%Y %H:%M:%S'`\t /data is NOT writeable\r"
[ -w /data/ ] || exit 1

It doesn't look very nice but it works for my testers on reading log-output. It looks like this:

simple	22-Jul-2013 13:42:41	Command: stdout = 
script	22-Jul-2013 13:42:42	 /data is writeable

Hope this helps you.

0 votes
rafaferreira August 31, 2016

I can't believe that anyone else complains about this. Sometimes I want to give up from Bamboo!!!!!

 

BTW your solution did not work for me Maurice

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events